は、私はディレクトリを作成し、次のコードは動作します:FileCreationDateを取得できません。私のアプリで
NSDictionary *fileAttributes = [fileManager fileAttributesAtPath:trackDirectory traverseLink:YES];
NSDate *fileDate = [fileAttributes objectForKey:NSFileModificationDate];
私がしようとする代わりに、NSFileCreationDateを得るときしかし、それは動作しません。
私は間違っていますか?