The full path to the directory in the file system.
Indicates whether sibling files can be created within this directory.
The unique identifier for the directory.
Lists subdirectories in the directory that match the provided pattern.
Optional
pattern: stringOptional. A search pattern to match directory names against (e.g., "sub*"). If no pattern is provided, all subdirectories in the directory will be listed.
An array of IFileDirectory objects representing the matching subdirectories.
Lists files in the directory that match the provided pattern.
Optional
pattern: stringOptional. A search pattern to match file names against (e.g., "*.txt"). If no pattern is provided, all files in the directory will be listed.
An array of IFileInstance objects representing the matching files.
The name of the directory.
Interface representing a directory in a file system. Provides methods and properties to interact with the files and subdirectories.