A couple of years ago I mentioned a nice tutorial on the basics of using NSFileManager and NSCoding for saving and reading files.
Here’s an NSFileManager helper library submitted by Fabio Caccamo called FCFileManager.
FCFileManager simplifies performing the most common tasks that you’ll likely find yourself using the file manager.
As the readme states FCFileManager features:
– Build paths relative to absolute directories (FCFileManager works by default in the Documents directory, so you must build absolute paths only if you need to work outside of the Documents directory)
– Copy files
– Create files
– Check if files exist
– List files (filtered by extension) or directory content
– Move files
– Read files content as: NSArray, NSData, NSDictionary, NSString…
– Remove files or directory content
– Rename files
– Write files
– Directories are created on the fly
– Error handling as using NSFileManager
You can find FCFileManager on Github here.
Thanks to Fabio for the submission.
- NSCoding And NSFileManager Tutorial For Easy File Saving
- Open Source Helper Library For Working With Apple’s Bonjour API For Easier Mac->iOS Communication
- Open Source: Library Allows Any Objective-C Object To Easily Be Saved To A Plist File
- Open Source Framework Extending Core Data With Peer-To-Peer Synchronization Options
- Open Source iOS Library Providing Automatic NSCoding Support For Your Objects
Original article: An Open Source Helper Library Simplifying The Use Of NSFileManager On iOS Devices
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




