Go to the first, previous, next, last section, table of contents.
GetCWD(Name)
GetCWD: INTEGER(KIND=1) function.
Name: CHARACTER; scalar; INTENT(OUT).
Intrinsic groups: unix.
Description:
Places the current working directory in Name.
Returns 0 on
success, otherwise a non-zero error code
(ENOSYS if the system does not provide getcwd(3)
or getwd(3)).
For information on other intrinsics with the same name: See section GetCWD Intrinsic (subroutine).
Go to the first, previous, next, last section, table of contents.