Class FileInfo
Represents fetched file information.
Some of the file information may be absent, depending on .
class marta.FileInfo {
let dateAdded: Int
let dateCreated: Int
let dateModified: Int
let deviceId: Int
let extension: String
let fileSystem: String
let groupId: Int
let hardLinkCount: Int
let inodeId: Int
let isAlias: Boolean
let isApplication: Boolean
let isExecutable: Boolean
let isFile: Boolean
let isFolder: Boolean
let isHidden: Boolean
let isPackage: Boolean
let isSymbolicLink: Boolean
let mode: Int
let name: String
let ownerId: Int
let path: String
let size: Int
fun contains(flag): Boolean
}