FileAttributes
public struct FileAttributes
Describes the attributes of the file
-
Whether the file is read-only.
Declaration
Swift
public var readOnly: Bool? -
File created date.
Declaration
Swift
public var creationDate: Date? -
File modificated date.
Declaration
Swift
public var modificationDate: Date? -
File size.
Declaration
Swift
public var size: Int64? -
File type. Symbolic Link, Folder etc.
Declaration
Swift
public var type: String?
FileAttributes Structure Reference