tutorial 1 and 2
This commit is contained in:
@@ -19,7 +19,16 @@ class FileUtils {
|
||||
FileUtils();
|
||||
~FileUtils();
|
||||
|
||||
/**
|
||||
* Get current working directory.
|
||||
* Example: "host:" or "mass:"
|
||||
*/
|
||||
static std::string getCwd();
|
||||
|
||||
/**
|
||||
* Add current working directory prefix to path
|
||||
* Example: "host:..." or "mass:..."
|
||||
*/
|
||||
static std::string fromCwd(const std::string& relativePath);
|
||||
static std::string fromCwd(const char* relativePath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user