Hello,
I have a FORTRAN 95 program that creates about 20 files every time it runs. Currently, it just dumps the files into whatever directory the *.exe file is in. I would like to have the output files concentrated in a subdirectory. However, I often use the program on different computers, so I would like it to be general enough to make a new subdirectory in whatever folder the *.exe file resides.
Does anybody know how to set a path in the program that will do this?
Thanks,
Chad
I have a FORTRAN 95 program that creates about 20 files every time it runs. Currently, it just dumps the files into whatever directory the *.exe file is in. I would like to have the output files concentrated in a subdirectory. However, I often use the program on different computers, so I would like it to be general enough to make a new subdirectory in whatever folder the *.exe file resides.
Does anybody know how to set a path in the program that will do this?
Thanks,
Chad