Concept Framework 2.0 documentation Contents | Index

standard.C.io.DirectoryExists

Name Version Deprecated
DirectoryExists version 1.0 no

Prototype:
boolean DirectoryExists(string dir_path)

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

Description:
Checks if a directory exists. If path is a file, then this function will return false. For files, check FileExists.

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

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