Zoomed Image

AMSX Scripting Language - Command : FileExists

Summary

Check whether a file exists and store True or False in the result buffer

Description

Tests whether the specified file exists on the file system. Stores "True" or "False" in the result buffer. File permissions are checked against the permitted folders list before the check.

Parameters

ParameterDescription
cmdFile path to check

Syntax


FileExists "File path to check"

Return to the AMSX Command Reference