Routines for r_fsvcs.kb


DirExists

File Name

r_fsvcs.kb

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


R_ProcessFileError

File Name

r_fsvcs.kb

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