pref savedefaultpaths uses cliparser, enabled but is not used in the fileutils yet.

This commit is contained in:
iceman1001 2021-01-09 22:44:09 +01:00
commit 8b7ef202c3
5 changed files with 209 additions and 231 deletions

View file

@ -78,7 +78,7 @@ typedef enum {
int fileExists(const char *filename);
//bool create_path(const char *dirname);
//bool setDefaultPath (savePaths_t pathIndex,const char *Path); // set a path in the path list session.defaultPaths
bool setDefaultPath (savePaths_t pathIndex,const char *Path); // set a path in the path list session.defaultPaths
char *newfilenamemcopy(const char *preferredName, const char *suffix);