Platform::FS Namespace Reference


Functions

FileSystemRef createNativeFS (const String &volume)
String getAssetDir ()
bool InstallFileSystems ()
 Mount default OS file systems.
bool MountDefaults ()
bool Touch (const Path &path)


Function Documentation

FileSystemRef Platform::FS::createNativeFS ( const String volume  ) 

String Platform::FS::getAssetDir (  ) 

bool Platform::FS::InstallFileSystems (  ) 

Mount default OS file systems.

On POSIX environment this means mounting a root FileSystem "/", mounting the $HOME environment variable as the "home:/" file system and setting the current working directory to the current OS working directory.

bool Platform::FS::MountDefaults (  ) 

bool Platform::FS::Touch ( const Path path  )