marta

Class FileInfo

Fetched file information.

class marta.FileInfo {

let dateAdded: Int

let dateCreated: Int

let dateModified: Int

let deviceId: Int

let file: File

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 pathExtension: String

let size: Int

fun contains(flag): Boolean

}