Skip to content

Instantly share code, notes, and snippets.

@jacter
Created February 17, 2011 02:32
Show Gist options
  • Save jacter/830828 to your computer and use it in GitHub Desktop.
Save jacter/830828 to your computer and use it in GitHub Desktop.
NSString *bundleRoot = [[NSBundle mainBundle] bundlePath];
NSLog(@"bundleRoot:%@",bundleRoot);
NSArray *dirContents = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:bundleRoot error:nil];
NSLog(@"dirContents:%@",dirContents);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment