Fix bug in utils with -o and -O options
This commit is contained in:
@@ -50,9 +50,9 @@ void version(void);
|
||||
const char* findFile(const char* filename, bool inDefaultDirs=true);
|
||||
|
||||
/**
|
||||
* @brief Does the file (or directory exists)
|
||||
* @brief Does the file (or directory) exists
|
||||
*/
|
||||
bool fileExists(const char* filename);
|
||||
bool pathExists(const char* path);
|
||||
|
||||
/**
|
||||
* @brief Recursively created dir
|
||||
@@ -64,4 +64,9 @@ void mkpath(const char *dir);
|
||||
*/
|
||||
void fileCopy(const char* in, const char* out);
|
||||
|
||||
/**
|
||||
* @brief Create intermediate directories if it does not exists
|
||||
*/
|
||||
void createPath(const char* filename);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user