Synopsis
int ugn_FileExist(long option, char *file)
Purpose
Check for file existance.
Description
This function will determine if the specified file exists.
Input
option
Options (not used)
file
File name to check
Return
Non-zero if file exists or zero if not.