パスを表示用のコンポーネントで返します
-(NSArray *)componentsToDisplayForPath:(NSString *)path :
解説
パスを表示用のコンポーネントで返します。
引数
( NSString * )path
フレームワーク
Foundation
クラス
NSFileManager
Instance Methods
使用可能
10.2
参照
例文
NSLog([[[NSFileManager defaultManager] componentsToDisplayForPath:relativePath] description]);