FCFileManager is a simple and powerful Objective-C library for managing files and directories in iOS and macOS apps. It offers an easy-to-use API for common file system operations without boilerplate code.
This project is an attempt to create a wrapper between filesystem code for one operating system and compile it for another. For example, a Linux filesystem driver could work natively in Windows if the project goes as planned.