func fileSize () -> UInt64
Returns the file’s size, in bytes.
ファイルのもつサイズを、バイトで返します。
func fileType () -> String?
Returns the file type.
ファイルタイプを返します。
func fileCreationDate () -> Date?
Returns the file’s creation date.
ファイルの作成日を返します。
func fileModificationDate () -> Date?
Returns file’s modification date.
ファイルの修正日を返します。
func fileOwnerAccountID () -> NSNumber?
Returns the file’s owner account ID.
ファイルの所有者アカウントIDを返します。
func fileOwnerAccountName () -> String?
Returns the file’s owner account name.
ファイルの所有者アカウント名を返します。
func fileGroupOwnerAccountID () -> NSNumber?
Returns file’s group owner account ID.
ファイルのグループ所有者アカウントIDを返します。
func fileGroupOwnerAccountName () -> String?
Returns the file’s group owner account name.
ファイルのグループ所有者アカウント名を返します。
func fileExtensionHidden () -> Bool
Returns a Boolean value indicating whether the file hides its extension.
ファイルがそれの拡張子を隠すかどうかを指し示しているブール値を返します。
func fileIsImmutable () -> Bool
Returns a Boolean value indicating whether the file is immutable.
ファイルが不変であるかどうかを指し示しているブール値を返します。
func fileIsAppendOnly () -> Bool
Returns a Boolean value indicating whether the file is append only.
ファイルが追加されるだけであるかどうかを指し示しているブール値を返します。
func fileSystemFileNumber () -> Int
Returns the filesystem file number.
ファイルシステムファイル番号を返します。
func fileSystemNumber () -> Int
Returns the filesystem number.
ファイルシステム番号を返します。
func fileHFSTypeCode () -> OSType
Returns file’s HFS type code.
ファイルのHFSタイプコードを返します。
func fileHFSCreatorCode () -> OSType
Returns the file’s HFS creator code.
ファイルのHFSクリエータコードを返します。