16 lines
483 B
Plaintext
Raw Normal View History

{
"name": "file_exists",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["Files and Paths"],
"description": "Returns true if a file path exists.",
"arguments": [{
"arg": "path",
"description": "a file path or a map layer value. If a map layer layer value is specified then the file source of the layer will be used."
}],
"examples": [{
"expression": "file_exists('/home/qgis/data/country_boundaries.shp')",
"returns": "true"
}],
"tags": ["path", "exists", "file"]
}