Lines Matching refs:name
120 "get_path_info: Extract parts of a file or directory name.";
122 R"(get_path_info: Extract parts of a file or directory name.
126 The first argument is either a string representing a file or directory name,
133 The substring after the last slash in the path, including the name and
141 "name"
142 The substring of the file name not including the extension.
154 The directory portion of the name, not including the slash.
174 The full absolute path name to the file or directory. It will be resolved
194 # Extract the source-absolute directory name,
213 } else if (args[1].string_value() == "name") {