Package net.rubygrapefruit.platform.file
Classes the provide access to the file system.
-
Interface Summary Interface Description DirEntry Details about a file in a directory.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.FileWatcher A handle for watching file system locations.FileWatcherCallback A callback that is invoked whenever a path has changed.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 Summary Enum Description FileInfo.Type FileWatcherCallback.Type -
Exception Summary 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.