Const
Readonly
Closed: 12Trying to operate on a file that has been closed
Readonly
Fail: 1Generic error
Readonly
InvalidEncoding: 3Invalid encoding
Readonly
InvalidPath: 11If the path is invalid, for example trying to get the parent of root
Readonly
IsClosed: 10Trying to do stuff to a closed file
Readonly
IsDirectory: 5The operation does not apply to a directory
Readonly
IsFile: 5The operation does not apply to a file
Readonly
IsRoot: 2The operation does not apply to the root directory
Readonly
NotFound: 9Not found
Readonly
NotModified: 6The file was not modified since the last check
Readonly
NotSupported: 4Not supported
Readonly
PermissionDenied: 7Permission error
Readonly
UserAbort: 8User abort
Result type for file system operations