pub fn is_file_relative_path(path: &str) -> bool
Checks if a path is a file-relative path (starts with “./” or “../”).
path
true if the path is file-relative, false otherwise
true
false