AsyncFileSystem
Value members
Abstract methods
Obtains meta data of a file.
If the file does not exist, the failure is FileNotFoundException
.
Obtains meta data of a file.
If the file does not exist, the failure is FileNotFoundException
.
Creates a directory within a parent directory. The future value indicates success.
Creates a directory within a parent directory. The future value indicates success.
Creates a directory along with all necessary parent directories if they do not yet exist. The future value indicates success.
Creates a directory along with all necessary parent directories if they do not yet exist. The future value indicates success.
States the intent to no longer use the file system. Calling any of its methods afterwards is undefined behavior.
States the intent to no longer use the file system. Calling any of its methods afterwards is undefined behavior.