// 获取文件夹目录:Document/dirName
+ (NSString *)createDirectory:(NSString *)dirName;
// 删除指定文件
+ (BOOL)deleteDirectory:(NSString *)dirName;
// 获取指定路径下全部文件路径
+ (NSArray *)subpathsOfDirectoryAtPath:(NSString *)path;
// 获取指定文件夹下全部文件路径
+ (NSArray *)getAllFilePaths:(NSString *)dirName;
YDFileManager is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'YDFileManager'
wangyuandong, [email protected]
YDFileManager is available under the MIT license. See the LICENSE file for more info.