GINO Graphics Suite - GINO v9.0  

gSetWorkingDir

Syntax

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

Arguments

directory
Directory pathname

Description

The system utility gSetWorkingDir() allows an application to change the current directory in which it operates. The directory pathname must obviously be in the correct format for the implementation, and thus may render the application implementation dependent.

The function returns a non zero value if the operation was not successful for any reason and zero if successful.

Note that when the application finishes, the current directory will still be that set by gSetWorkingDir() unless reset before application termination.

See Also

gSetWorkingDir Usage
gEnqWorkingDir