0
file://localhost/var/mobile/Application/EAC0BC34-6A82-41CB-AE44-9CD8E7D880C8/Documents
我收到一條警報,這是我的路徑,但我無法找到此位置的全部內容。我正在使用iOS 5.0在ma設備中部署我的應用程序。在iOS中查找我的文檔文件夾的路徑
感謝
file://localhost/var/mobile/Application/EAC0BC34-6A82-41CB-AE44-9CD8E7D880C8/Documents
我收到一條警報,這是我的路徑,但我無法找到此位置的全部內容。我正在使用iOS 5.0在ma設備中部署我的應用程序。在iOS中查找我的文檔文件夾的路徑
感謝
試試這個:
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
NSString *path = [paths objectAtIndex:0];
或按你的標籤,也許你正在使用鈦?如果是這樣,也許這會有所幫助:
https://wiki.appcelerator.org/display/guides/Filesystem+Access+and+Storage - Ti.Filesystem.applicationDataDirectory
我希望你在你的路徑一倍所有的「/」,如果你的道路是正確的,你手動編寫它。 – Gargo 2012-03-29 07:31:34