Skip to content

Commit

Permalink
Release 1.36 - October 18th - New File System
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangfengel committed Oct 18, 2019
1 parent df09823 commit 675acdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ alt="Twitter" width="20" height="20" border="0" /> Join the channel at https://t

# News

## Release 1.36 - October 17th - New File System
## Release 1.36 - October 18th - New File System
* New cross-platform FileSystem C API, supporting disk-based files, memory streams, and files in zip archives. The API can be viewed in [IFileSystem.h](Common_3/OS/Interfaces/IFileSystem.h), and all of the example code has been updated to use the new API.
* The API is based around `Path`s, where each `Path` represents an absolute, canonical path string on a particular file system. You can query information about the files at `Path`s, open files as `FileStream`s, and copy files between different `Path`s.
* The concept of `FileSystemRoot`s has been replaced by `ResourceDirectory`s. `ResourceDirectory`s are predefined directories where resources are expected to exist, and there are convenience functions to open files in resource directories. If your resources don’t exist within the default directory for a particular resource type, you can call `fsSetPathForResourceDirectory` to relocate the resource directory; see the unit tests for sample code on how to do this.
Expand Down

0 comments on commit 675acdc

Please sign in to comment.