GINO Graphics Suite - GINO v9.0  

gRemoveFile

Syntax

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

Arguments

file
Name of file

Description

The system utility gRemoveFile() removes the specified file from the file store. The file may be a simple filename 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

gRemoveFile Usage
gCopyFile
gRenameFile