10 lines
329 B
Plaintext
Raw Normal View History

{
"name": "file_suffix",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["Files and Paths"],
"description": "Returns the file suffix (extension) from a file path.",
"arguments": [ {"arg":"path","description":"a file path"}],
2019-04-28 15:47:35 +10:00
"examples": [ { "expression":"file_suffix('/home/qgis/data/country_boundaries.shp')", "returns":"'shp'"}]
}