3ds-examples icon indicating copy to clipboard operation
3ds-examples copied to clipboard

fs: add physfs example

Open TurtleP opened this issue 2 years ago • 0 comments

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.

TurtleP avatar Jun 16 '22 19:06 TurtleP