Syntax: @folderexist(str)
Argument: string, str
Return: integer
Check for a folder’s existence. str should contain the full path of the folder you want to check for. Returns a “1” if the file exists, and a “0” if it does not exist.
Cross-references
See also
@wdir and
@fileexist.