File Name
Syntax
DirExists(VAL pathToFind: STRING): BOOLEAN IS
Parameters
pathToFind - Path to find
Returns
Boolean
Side Effects
None
Description
This routine determines if a directory exists.
Dialog Forms Called
None
File Name
Syntax
R_ProcessFileError(VAL fHdl: FILE, VAL Err: INTEGER): INTEGER IS
Parameters
fHdl - Handle to log file
Err - Error code received from a write operation
Returns
Integer
Side Effects
None
Description
This routine performs an error check on file output.
Dialog Forms Called
None