Function 関数

NSHFSTypeOfFile(_:)

Returns a string encoding a file type. ファイルタイプをエンコードする文字列を返します。

Declaration 宣言

func NSHFSTypeOfFile(_ fullFilePath: String!) -> String!

Parameters パラメータ

fullFilePath

The full absolute path of a file. あるファイルの完全な絶対パス。

Return Value 戻り値

A string that encodes fullFilePath‘s HFS file type, or nil if the operation was not successful fullFilePathのHFSファイルシステムをエンコードする文字列、または演算が成功しなかったならばnil

See Also 参照

Working with HFS File Types HFSファイル型を扱う