FileUtil
Provides utility methods to work files and folders.
Types
Link copied to clipboard
Provides strict mode equivalents to methods in FileUtil.
Functions
Link copied to clipboard
Closes the given Closeable object ignoring any resulting exceptions.
Link copied to clipboard
Gets the path to a directory on the primary shared/external storage device where the application can place persistent files it owns.
Link copied to clipboard
Gets the file name from a URL string.
Link copied to clipboard
Checks if the URI has a file scheme.
Link copied to clipboard
Checks if specified path points to a directory that exists on the local filesystem.
Link copied to clipboard
Checks if the specified path is valid, meaning it exists or can be created, has read permissions and has write permissions
Link copied to clipboard
Checks if the specified path is a directory that can be read from and written into.
Link copied to clipboard
Utility method to save the input stream to the file provided.