LocalFileSystem
Description
- Derived from
-
FileSystem abstract
An implementation of the IFileSystem interface for the local filesystem.
On Windows platforms, there is a filesystem root for each drive, e.g. c:\
. On POSIX platforms, there is a single filesystem root /
.
- See also
Public / Methods
FileTemp
Creates a temporary file in the local filesystem.
- IOException
-
If an I/O error has occurred.
FileTempPath
Creates a temporary file in the local filesystem.
- IOException
-
If an I/O error has occurred.