Skip to content

Instantly share code, notes, and snippets.

@KatagiriSo
Created December 28, 2011 06:30
Show Gist options
  • Save KatagiriSo/1526734 to your computer and use it in GitHub Desktop.
Save KatagiriSo/1526734 to your computer and use it in GitHub Desktop.
GetFileName
NSString *resourcePath = [[NSBundle mainBundle] resourcePath];
NSArray *names = [[NSFileManager defaultManager] directoryContentsAtPath:resourcePath];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment