Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include "CPathProjectFiles.hpp"
#include "core/defines.hpp"
#include "core/file.hpp"
#include "core/paths.hpp"
#include "logs/AbstractLog.hpp"
Functions | |
static std::string | prvMakePathProjectFile (const char *folderProject, const char *folder, const char *nameFile, const char *extFile) |
|
static |
Create path of a file inside Project
folderProject | Folder of Project |
folder | Folder Optional inside Project |
nameFile | Name of file inside Project |
extFile | Extension of previous file |