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