DIREXISTS

Previous  Next

 

status = DIREXISTS( directory AS STRING ) AS STRING

 


 

Checks if a directory or folder exists.  Returns true if directory exists

 

Example:

 

IF DIREXISTS( "\Kalle") THEN

  PRINT "Not so good...",

ENDIF