20#ifndef FILESYSTEM_COMMON_LIBRARY
21#define FILESYSTEM_COMMON_LIBRARY
A utility class providing functions to handle files and directories.
Definition filesystemCommon.hpp:30
static std::string getProgramFolderPath(std::string programName)
Get the program folder path.
Definition filesystemCommon.cpp:18
static std::string getLastDirectoryName(const std::string &path)
Get the last directory name from a given path.
Definition filesystemCommon.cpp:12
static void createDirectoryIfNotExists(const std::string &path)
Create a directory at the given path if it does not already exist.
Definition filesystemCommon.cpp:23