mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
310 B
Plaintext
10 lines
310 B
Plaintext
{
|
|
"name": "file_exists",
|
|
"type": "function",
|
|
"groups": ["Files and Paths"],
|
|
"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"}]
|
|
}
|
|
|