目前我有这个作为我的文件路径和文件...
NSURL *storeUrl = [NSURL fileURLWithPath: [[self applicationDocumentsDirectory] stringByAppendingPathComponent: @"Shared\PartyPlanner.sqlite"]];
这使我可以与 iTunes 共享文件,而不是仅在“applicationDocumentsDirectory\Shared”中包含“PartyPlanner.sqlite”
我在“applicationDocumentsDirectory”中有“SharedPartyPlanner.sqlite”
是否有更清洁或更简单的方法可以访问 applicationDocumentsDirectory 中的共享文件夹?