xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

DirMake()

Creates a directory.

Syntax

DirMake( <cDirectory> ) --> nErrorCode

Arguments

<cDirectory>
A character expression specifying the directory to create. The directory can be specified relative to the current directory, or absolute, including a drive letter followed by a colon.

Return

The function returns zero on success or a numeric error code on failure.

Info

See also:DirChange(), DirName(), DirRemove(), MakeDir()
Category: CT:DiskUtil , Directory functions , Disks and Drives
Source:ct\disk.c
LIB:xhb.lib
DLL:xhbdll.dll


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