mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
{
|
|
"name": "file_suffix",
|
|
"type": "function",
|
|
"groups": ["Files and Paths"],
|
|
"description": "Returns the file suffix (extension) from a file path.",
|
|
"arguments": [ {"arg":"path","description":"a file path"}],
|
|
"examples": [ { "expression":"file_suffix('/home/qgis/data/country_boundaries.shp')", "returns":"'shp'"}]
|
|
}
|
|
|