mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
335 B
Plaintext
9 lines
335 B
Plaintext
{
|
|
"name": "file_path",
|
|
"type": "function",
|
|
"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'"}]
|
|
}
|
|
|