It’s really easy. At one of the your projects add this line of code to see the path in the debug log:
NSLog(@"Document folder: %@", [[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask]);
It’s really easy. At one of the your projects add this line of code to see the path in the debug log:
NSLog(@"Document folder: %@", [[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask]);
Copyright © 2024 Нотатки лінгвомана
Theme by Anders Noren — Up ↑