Path_exists - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

NOTOC {{-}}

Notation

Description

Gets whether a specified path exists or not, and returns the result.

Parameters

  • ind, index of the path

Return Values

Returns boolean (true or false) whether or not the path exists.

Example Call

if (path_exists(mypath)) {

}