Util.h File Reference
#include "Error.h"
Include dependency graph for Util.h:

Go to the source code of this file.

Namespaces

 IFS
 

Macros

#define FS_CHECK_PATH(path)
 

Macro Definition Documentation

◆ FS_CHECK_PATH

#define FS_CHECK_PATH (   path)
Value:
if(path) { \
if(*path == '/') { \
++path; \
} \
if(*path == '\0') { \
path = nullptr; \
} \
}