Mono Class Library: Mono.Unix NamespaceMono.Unix.UnixDirectoryInfo Class |
See Also: UnixDirectoryInfo Members
System.Object
Mono.Unix.UnixFileSystemInfo
Mono.Unix.UnixDirectoryInfo
|
All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.
The Mono.Unix.UnixDirectoryInfo class presents information about a directory. It also allows basic manipulations of filesystem structure:
[Edit]
- Directory creation with UnixDirectoryInfo.Create.
- Directory deletion (and optional file deletion) with UnixDirectoryInfo.Delete.
- Movement with UnixDirectoryInfo.SetCurrentDirectory.
- Listing with UnixDirectoryInfo.GetEntries and UnixDirectoryInfo.GetFileSystemEntries.
Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0