Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixFile Functions (continued)

DoesPathExist Function

Overview

The DoesPathExist function tests if a path exists.

Syntax/Parameters

Syntax

boolean = DoesPathExist ( string path );

Parameters

path

A string containing a qualified path. The last path connector (slash) following the folder name is not required. This parameter supports UTF encoding for filenames with Unicode characters.

Return Value

Returns TRUE if path exists or FALSE if it does not.

Remarks

The DoesPathExist function does not test whether the script can access the folder specified by the name parameter. The behavior of this function is undefined when using a path with a URI scheme, such as HTTP or FTP.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic