NATIVEFS

From uGFX Wiki
Jump to: navigation, search

NATIVEFS automatically uses the operating systems file system (if any exists). This is usually only needed during development on a host computer such as Linux or Windows as most of our embedded targets do not provide a native file system. You do not need to do anything special when using this file system. Just enable it and everything else will be taken care of for you.

Clearly spoken, this means that you can access any of your hard drive files on your Linux, Windows or Mac computer using nothing but gfileOpen().