Skip to content

Path_exists

hpgDesigns edited this page Aug 8, 2021 · 1 revision

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)) {

}

This is number 1

Clone this wiki locally