これは私を夢中にさせています...
この単純なコードを使用すると、iPad デバイスでファイルが見つかりません...
NSFileManager *filemgr;
filemgr = [NSFileManager defaultManager];
if ([filemgr fileExistsAtPath: @"scoreCards.dgs" ] == YES)
NSLog (@"File exists");
else
NSLog (@"File not found");
何か不足していますか?