path_utils 0.6.2
|
Macros | |
#define | IS_PATH_UTILS_ERROR(error) |
You can use this macro to check if an error code is one of the internal path_utils codes. | |
#define | PATH_UTILS_ERROR_NOT_FULLY_NORMALIZED (PATH_UTILS_ERROR_BASE + 1) |
A path cannot be normalized due to too many parent links. | |
#define PATH_UTILS_ERROR_NOT_FULLY_NORMALIZED (PATH_UTILS_ERROR_BASE + 1) |
A path cannot be normalized due to too many parent links.
Returned when a relative path contains too many parent (".."
) links. Please see the documentation of normalize_path()
for full explanation.