2019-04-28 15:47:35 +10:00

9 lines
296 B
Plaintext

{
"name": "file_suffix",
"type": "function",
"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'"}]
}