Contents

fileAttributes

A dictionary of file attributes.

Declaration

var fileAttributes: [String : Any] { get set }

Discussion

The file attributes’ dictionary is the same format as that returned by attributesOfItem(atPath:) (NSFileManager).

See Also

Accessing Files