QGIS/resources/function_help/json/base_file_name
Alex d7ffe0b7ec
DelazJ bonification
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2022-01-11 11:17:49 -05:00

16 lines
470 B
Plaintext

{
"name": "base_file_name",
"type": "function",
"groups": ["Files and Paths"],
"description": "Returns the base name of the file without the directory or file suffix.",
"arguments": [{
"arg": "path",
"description": "a file path"
}],
"examples": [{
"expression": "base_file_name('/home/qgis/data/country_boundaries.shp')",
"returns": "'country_boundaries'"
}],
"tags": ["suffix", "base", "directory", "name", "file", "folder", "path"]
}