apply(directory:path:flags:)
Applies extended attributes to a filesystem object.
Declaration
func apply(directory: FilePath, path: FilePath, flags: ArchiveFlags = []) throwsParameters
- directory:
The base directory of the filesystem object.
- path:
The path, relative to
directory, to target filesystem object. - flags:
Flags that control the behavior of the operation.