isVDFilePresent

isVDFilePresent(fileName: String): Boolean;

The isVDFilePresent method of the JadeWebServiceProvider 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 during the processing cycle of the message.