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).
A dictionary of file attributes.
var fileAttributes: [String : Any] { get set }The file attributes’ dictionary is the same format as that returned by attributesOfItem(atPath:) (NSFileManager).