xHarbour Reference Documentation > Function Reference |
Checks if a character string contains the name of an existing directory.
IsDir( <cDirSpec> ) --> lIsDirectory
The function is an abbreviation of IsDIrectory(). It returns .T. (true) when the directory <cDirSpec> exists, otherwise .F. (false) is returned.
See also: | IsDirectory() |
Category: | CT:DiskUtil , Directory functions , Disks and Drives |
Source: | ct\util.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com