Exists
Checks if the path exists.
Request
{
"type": "exists",
"path": "..."
}
Fields
path: absolute or relative path to check.
Response
The result will be returned in an exists message.
{
"type": "exists",
"value": false
}
Fields
value: will betrueif the path exists, otherwisefalse.