Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 521 Bytes

Permissions.md

File metadata and controls

24 lines (16 loc) · 521 Bytes

Pathos API Documentation for Permissions

public protocol Permissions

OS agnostic permissions for a file path.

Types Conforming to Permissions

Properties

var isReadOnly: Bool

Whether the file is read only. NOTE: setting this value does not change the permission of the path on file system. Use Path.set(_:) with the updated value to achieve that.