GINO Graphics Suite - GINO v9.0  

gRemoveDir

Syntax

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

Arguments

path
Name of directory

Description

The system utility gRemoveDir() removes the specified directory from the file store. 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 equal zero if the removal has been successful. A system dependent error code is returned if the removal fails if, for example, access to the parent directory is not permitted.

See Also

gRemoveDir Usage
gMakeDir