Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kBool kDirectory_Exists ( const kChar directory)

Reports whether the specified directory exists.

If the supplied path exists, but is not a directory, this function will return kFALSE.

Parameters
directoryFull path of the directory.
Returns
kTRUE if the directory exists, kFALSE otherwise.