2020-07-02 15:03:16 +10:00

10 lines
368 B
Plaintext

{
"name": "file_path",
"type": "function",
"groups": ["Files and Paths"],
"description": "Returns the directory component of a file path. This does not include the file name.",
"arguments": [ {"arg":"path","description":"a file path"}],
"examples": [ { "expression":"file_path('/home/qgis/data/country_boundaries.shp')", "returns":"'/home/qgis/data'"}]
}