Interface for loading and saving files from/to the file system.
A File I/O implementation is not restricted to the OS' file system API (the "regular" file system, like disks
directly connected to the computer and exposed to the app). An implementation is free to implement other means
of accessing files like downloading them off the web.
Interface for loading and saving files from/to the file system.
A File I/O implementation is not restricted to the OS' file system API (the "regular" file system, like disks directly connected to the computer and exposed to the app). An implementation is free to implement other means of accessing files like downloading them off the web.