Contents

readOnlyFileSystem

Read-only file system.

Declaration

static var readOnlyFileSystem: Errno { get }

Mentioned in

Discussion

You attempted to modify a file or directory on a file system that was read-only at the time.

The corresponding C error is EROFS.

See Also

File System Errors