NATIVEFS

From uGFX Wiki
Revision as of 19:47, 1 July 2014 by Tectu (Talk | contribs) (Created page with "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 mo...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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().