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:
trueif provided path is a file, or- Returns:
falseif abs_path is NULL, or- Returns:
falseon failure.