ConstReadonlyClosed: 12Trying to operate on a file that has been closed
ReadonlyFail: 1Generic error
ReadonlyInvalidEncoding: 3Invalid encoding
ReadonlyInvalidPath: 11If the path is invalid, for example trying to get the parent of root
ReadonlyIsClosed: 10Trying to do stuff to a closed file
ReadonlyIsDirectory: 5The operation does not apply to a directory
ReadonlyIsFile: 5The operation does not apply to a file
ReadonlyIsRoot: 2The operation does not apply to the root directory
ReadonlyNotFound: 9Not found
ReadonlyNotModified: 6The file was not modified since the last check
ReadonlyNotSupported: 4Not supported
ReadonlyPermissionDenied: 7Permission error
ReadonlyUserAbort: 8User abort
Result type for file system operations