func NSFileTypeForHFSTypeCode (OSType) -> String!
Returns a string encoding a file type code.
ファイルタイプコードをエンコードする文字列を返します。
func NSHFSTypeCodeFromFileType (String!) -> OSType
Returns a file type code.
ファイルタイプコードを返します。
Availability 有効性
Technology
fullFilePath
The full absolute path of a file. あるファイルの完全な絶対パス。
A string that encodes full
‘s HFS file type, or nil
if the operation was not successful
full
のHFSファイルシステムをエンコードする文字列、または演算が成功しなかったならばnil
func NSFileTypeForHFSTypeCode (OSType) -> String!
func NSHFSTypeCodeFromFileType (String!) -> OSType