Skip to content

chong2vv/YDFileManager

Repository files navigation

YDFileManager

CI Status Version License Platform

Example

// 获取文件夹目录:Document/dirName
+ (NSString *)createDirectory:(NSString *)dirName;

// 删除指定文件
+ (BOOL)deleteDirectory:(NSString *)dirName;

// 获取指定路径下全部文件路径
+ (NSArray *)subpathsOfDirectoryAtPath:(NSString *)path;

// 获取指定文件夹下全部文件路径
+ (NSArray *)getAllFilePaths:(NSString *)dirName;

Requirements

Installation

YDFileManager is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'YDFileManager'

Author

wangyuandong, [email protected]

License

YDFileManager is available under the MIT license. See the LICENSE file for more info.

About

文件管理器

Resources

License

Stars

Watchers

Forks

Packages

No packages published