Concept Framework 2.0 documentation Contents | Index

standard.C.io.FileExists

Name Version Deprecated
FileExists version 1.0 no

Prototype:
boolean FileExists(string path)

Parameters:
path      [in] A string containing the path of the file.

Description:
Checks if a file exists. If path is a directory, then this function returns false. For directories, check DirectoryExists.

Returns:
Returns true if the file exists, false otherwise.

Documented by Simona Plesuvu, generation time: Fri Jan 21 18:06:20 2011 GMT(c)2011 RadGs Software