mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
341 B
Plaintext
9 lines
341 B
Plaintext
{
|
|
"name": "file_name",
|
|
"type": "function",
|
|
"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'"}]
|
|
}
|
|
|