xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

IsDir()

Checks if a character string contains the name of an existing directory.

Syntax

IsDir( <cDirSpec> ) --> lIsDirectory

Arguments

<cDirName>
This is a character string holding the relative or absolute name of a directory.

Return

The function is an abbreviation of IsDIrectory(). It returns .T. (true) when the directory <cDirSpec> exists, otherwise .F. (false) is returned.

Info

See also:IsDirectory()
Category: CT:DiskUtil , Directory functions , Disks and Drives
Source:ct\util.prg
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe