Specifies the type of check a File Condition performs.
enum FileConditionTypeEnum { fctFileExists = 1, fctFileDoesNotExist };
public enum FileConditionTypeEnum { fctFileExists = 1, fctFileDoesNotExist }
Public Enum FileConditionTypeEnum fctFileExists = 1 fctFileDoesNotExist End Enum
Members |
Description |
fctFileExists = 1 |
The condition is satisfied if the file exists. |
fctFileDoesNotExist |
The condition is satisfied if the file does not exist. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|