Skip to content

Instantly share code, notes, and snippets.

@ethanbing
Created July 11, 2013 02:22
Show Gist options
  • Save ethanbing/5972008 to your computer and use it in GitHub Desktop.
Save ethanbing/5972008 to your computer and use it in GitHub Desktop.
Mac创建文件夹
BOOL bo = [[NSFileManager defaultManager] createDirectoryAtPath:path withIntermediateDirectories:YES attributes:nil error:nil];
bo ? : NSLog(@"创建失败");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment