10 lines
374 B
Plaintext
Raw Normal View History

{
"name": "file_name",
"type": "function",
2020-07-02 01:46:48 +01:00
"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"}],
2019-04-28 15:47:35 +10:00
"examples": [ { "expression":"file_name('/home/qgis/data/country_boundaries.shp')", "returns":"'country_boundaries.shp'"}]
}