Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object >

Clib.mkdir() Method


This method creates a directory.

Syntax

Clib.mkdir(dirpath)

Parameter
Description
dirpath
A string containing a valid directory path

Returns

0 if successful; otherwise, -1.

Usage

This method creates a directory. If no path is specified, the directory is created in C:\siebel\bin. The specified directory may be an absolute or relative path specification.

Example

For an example, read Clib.getcwd() Method.

See Also

Clib.chdir() Method, Clib.getcwd() Method, and Clib.rmdir() Method


 Siebel eScript Language Reference 
 Published: 18 April 2003