SLFileSystem provides basic filesystem functions.
More...
#include <Utils_iOS.h>
SLFileSystem provides basic filesystem functions.
◆ deleteFile()
static bool Utils_iOS::deleteFile |
( |
std::string & |
pathfilename | ) |
|
|
static |
Deletes a file on the filesystem.
◆ fileExists()
static bool Utils_iOS::fileExists |
( |
std::string & |
pathfilename | ) |
|
|
static |
Returns true if a file exists.
◆ getAllNamesInDir()
static std::vector< std::string > Utils_iOS::getAllNamesInDir |
( |
const std::string & |
dirName, |
|
|
bool |
fullPath = true |
|
) |
| |
|
static |
Returns all files and folders in a directory as a vector.
◆ getAppsDocumentsDir()
static std::string Utils_iOS::getAppsDocumentsDir |
( |
| ) |
|
|
static |
Returns the writable documents directory.
◆ getAppsWritableDir()
static std::string Utils_iOS::getAppsWritableDir |
( |
| ) |
|
|
static |
Returns the writable configuration directory.
◆ getCurrentWorkingDir()
static std::string Utils_iOS::getCurrentWorkingDir |
( |
| ) |
|
|
static |
Returns the working directory.
The documentation for this class was generated from the following file: