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

16 lines
461 B
Plaintext

{
"name": "file_name",
"type": "function",
"groups": ["Files and Paths"],
"description": "Returns the name of a file (including the file extension), excluding the directory.",
"arguments": [{
"arg": "path",
"description": "a file path"
}],
"examples": [{
"expression": "file_name('/home/qgis/data/country_boundaries.shp')",
"returns": "'country_boundaries.shp'"
}],
"tags": ["extension", "name", "directory", "file", "path"]
}