mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-30 11:39:14 -07:00
Pre Filepath cleanup
This commit is contained in:
parent
3aee4fc5e9
commit
7fdaa51678
5 changed files with 48 additions and 44 deletions
|
@ -136,6 +136,8 @@ static bool is_directory(const char *filename) {
|
|||
* @param dirname
|
||||
* @return
|
||||
*/
|
||||
// Not used...
|
||||
/*
|
||||
#ifdef _WIN32
|
||||
#define make_dir(a) _mkdir(a)
|
||||
#else
|
||||
|
@ -189,7 +191,7 @@ bool create_path(const char *dirname) {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
*/
|
||||
bool setDefaultPath (savePaths_t pathIndex,const char *Path) {
|
||||
|
||||
if (pathIndex < spItemCount) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue