FCFileManager
FCFileManager copied to clipboard
:iphone: :open_file_folder: iOS file manager on top of NSFileManager for simplifying files management.
Does FCFileManager have sort functions when list items in directory?
File manager's [data writeToFile:absolutePath atomically:YES] returns NO for such file sizes, may be a temporary buffer and chunk writing could help.
We got lot of security issues in _FCFileManager.m_ saying - Insecure Storage: Lacking Data Protection Example: `[[((NSString *)content) dataUsingEncoding:NSUTF8StringEncoding] writeToFile:absolutePath atomically:YES];`
The minimum target needs to be raised from 5.0 to 6.0, otherwise there is always a compiler warning about objectAtIndexedSubscript: being only available in 6.0 or later. `tokens[multiplyFactor]` in FileManager.m,...