mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
|
{
|
||
|
"name": "file_exists",
|
||
|
"type": "function",
|
||
|
"description": "Returns true if a file path exists.",
|
||
|
"arguments": [ {"arg":"path","description":"a file path"}],
|
||
|
"examples": [ { "expression":"file_exists('/home/qgis/data/country_boundaries.shp')", "returns":"true"}]
|
||
|
}
|
||
|
|