adTempus API
PreviousUpNext
FileConditionTypeEnum Enumeration

Specifies the type of check a File Condition performs.

C++
enum FileConditionTypeEnum {
  fctFileExists = 1,
  fctFileDoesNotExist
};
C#
public enum FileConditionTypeEnum {
  fctFileExists = 1,
  fctFileDoesNotExist
}
Visual Basic
Public Enum FileConditionTypeEnum
  fctFileExists = 1
  fctFileDoesNotExist
End Enum
Members
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