isVDFilePresent

isVDFilePresent(fileName: String): Boolean;

The isVDFilePresent method of the JadeRestService class determines whether the file specified in the fileName parameter is present in the directory specified by the VirtualDirectory parameter in the JadeHttp.ini file.

The method returns true if the specified file exists or it returns false if it does not exist.

This method must be called from an end point method that is being executed when called from a REST Services request.

2016.0.01 and higher