See: Description
| Interface | Description |
|---|---|
| DirEntry |
Details about a file in a directory.
|
| FileEvents |
Allows a directory or file to be monitored for changes.
|
| FileInfo |
Provides some information about a file.
|
| Files |
Functions to query and modify files.
|
| FileSystemInfo |
Information about a file system.
|
| FileSystems |
Provides access to the file systems of the current machine.
|
| FileWatch |
A source for file change events.
|
| PosixFileInfo |
Provides some information about a file on a Posix file system.
|
| PosixFiles |
Functions to query and modify files on a Posix file system.
|
| WindowsFileInfo |
Provides some information about a file on a Windows file system.
|
| WindowsFiles |
Functions to query files on a Windows file system.
|
| Enum | Description |
|---|---|
| FileInfo.Type |
| Exception | Description |
|---|---|
| FilePermissionException |
Thrown when the user has insufficient permissions to perform some file system operation.
|
| NoSuchFileException |
Thrown when attempting to query details of a file that does not exist.
|
| NotADirectoryException |
Thrown when attempting to list the elements of a file that is not a directory.
|