Protocols
The following protocols are available globally.
-
A filesystem item, like a file or a directory.
See moreDeclaration
Swift
public protocol FileSystemItem
-
The location of an item which may or may not exist in the local file system. It is either a DirectoryPath or a FilePath.
See moreDeclaration
Swift
public protocol Path: CustomStringConvertible