mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
10 lines
368 B
Plaintext
10 lines
368 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'"}]
|
|
}
|
|
|