GINO Graphics Suite - GINO v9.0  

gMakeDir

Syntax

[C/C++:]
int gMakeDir(char path[]);
[F90:]
integer function gMakeDir(path)
character*(*), intent(in) :: path

Arguments

path
Name of directory

Description

The system utility gMakeDir() creates the specified directory on the current system. The directory may be a simple directory name in the current working directory or a full path name.

The function returns an integer value which equals zero if the creation has been successful. A system dependent error code is returned if the creation fails if, for example, access to the parent directory is not permitted.

See Also

gMakeDir Usage
gRemoveDir