devkitPro / 3ds-examples

Examples for 3DS using devkitARM, libctru, citro3d and citro2d
https://devkitpro.org/viewforum.php?f=39
453 stars 51 forks source link

fs: add physfs example #50

Open TurtleP opened 2 years ago

TurtleP commented 2 years ago

This adds an example for the physfs portlib under an fs directory. It is written in C++, but physfs does not require use of C++. The example creates a directory, writes to a file, and prints said file's content to the console. You can also retrieve a directory listing and get information about either the test file or directory.