SLFileSystem provides basic filesystem functions.
static std::string getCurrentWorkingDir()
Returns the working directory.
static bool deleteFile(std::string &pathfilename)
Deletes a file on the filesystem.
static std::string getAppsWritableDir()
Returns the writable configuration directory.
static std::vector< std::string > getAllNamesInDir(const std::string &dirName)
Returns all files and folders in a directory as a vector.
static bool fileExists(std::string &pathfilename)
Returns true if a file exists.