Saved Bookmarks
| 1. |
When Accessing A Data File In A Program Can I Change Directories? |
|
Answer» Yes if you have a subdirectory CALLED "test" under the location that your program, you can open the file "my.data" in "test" for reading on unit 11 with the COMMAND: OPEN(11,file='test/my.data') Yes if you have a subdirectory called "test" under the location that your program, you can open the file "my.data" in "test" for reading on unit 11 with the command: OPEN(11,file='test/my.data') |
|