|
|
BSD 4.3reno
character*50 path
integer getcwd, chdir
ier = getcwd(path)
write(*,*) ier, path
ier = chdir("..")
ier = getcwd(path)
write(*,*) ier, path
end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.