Function rcutils_exists
Defined in File filesystem.h
Function Documentation
-
bool rcutils_exists(const char *abs_path)
Check if the provided path points to an existing file/folder.
- Parameters:
abs_path – [in] Absolute path to check.
- Returns:
true
if the path exists, or- Returns:
false
if abs_path is NULL, or- Returns:
false
on failure.