Mono Class Library: OverviewSystem.IO.Directory: Members |
The members of System.IO.Directory are listed below.
See Also: Inherited members from System.Object
staticCreateDirectory(string) : DirectoryInfo Creates the specified path and any additional parents if non-existant. staticCreateDirectory(string, System.Security.AccessControl.DirectorySecurity) : DirectoryInfo Documentation for this section has not yet been entered. staticDelete(string) Deletes the empty directory specified in path. staticDelete(string, bool) Deletes the specified directory and, if indicated, any subdirectories in the directory. staticExists(string) : bool Returns a bool indicating whether the specified directory exists. staticGetAccessControl(string) : System.Security.AccessControl.DirectorySecurity Documentation for this section has not yet been entered. staticGetAccessControl(string, System.Security.AccessControl.AccessControlSections) : System.Security.AccessControl.DirectorySecurity Documentation for this section has not yet been entered. staticGetCreationTime(string) : DateTime Returns the creation date and time of the specified file or directory. staticGetCreationTimeUtc(string) : DateTime Documentation for this section has not yet been entered. staticGetCurrentDirectory() : string Returns the application's current working directory. staticGetDirectories(string) : string[] Returns the names of subdirectories in the specified directory. staticGetDirectories(string, string) : string[] Returns the names of subdirectories in the specified directory that match the specified search pattern. staticGetDirectories(string, string, SearchOption) : string[] Documentation for this section has not yet been entered. staticGetDirectoryRoot(string) : string Returns the path root component of the specified path. staticGetFiles(string) : string[] Returns the names of all files in the specified directory. staticGetFiles(string, string) : string[] Returns the names of files in the specified directory that match the specified search pattern. staticGetFiles(string, string, SearchOption) : string[] Documentation for this section has not yet been entered. staticGetFileSystemEntries(string) : string[] Returns the names of all files and subdirectories in the specified directory. staticGetFileSystemEntries(string, string) : string[] Returns an array of file and directory names matching the specified search criteria. staticGetLastAccessTime(string) : DateTime Returns the date and time the specified file or directory was last accessed. staticGetLastAccessTimeUtc(string) : DateTime Documentation for this section has not yet been entered. staticGetLastWriteTime(string) : DateTime Returns the date and time the specified file or directory was last written to. staticGetLastWriteTimeUtc(string) : DateTime Documentation for this section has not yet been entered. staticGetLogicalDrives() : string[] Documentation for this section has not yet been entered. staticGetParent(string) : DirectoryInfo Documentation for this section has not yet been entered. staticMove(string, string) Moves a file or a directory and its contents to a new location. staticSetAccessControl(string, System.Security.AccessControl.DirectorySecurity) Documentation for this section has not yet been entered. staticSetCreationTime(string, DateTime) Sets the creation date and time for the specified file or directory. staticSetCreationTimeUtc(string, DateTime) Documentation for this section has not yet been entered. staticSetCurrentDirectory(string) Sets the application's current working directory to the specified directory. staticSetLastAccessTime(string, DateTime) Sets the date and time the specified file or directory was last accessed. staticSetLastAccessTimeUtc(string, DateTime) Documentation for this section has not yet been entered. staticSetLastWriteTime(string, DateTime) Sets the date and time a directory was last written to. staticSetLastWriteTimeUtc(string, DateTime) Documentation for this section has not yet been entered.