G
Guest
Hi,
I have A FileOpen command that opens A file outside of the local folder
(where my program is).
That works fine, but; I want to create a file in the local folder after that
1st file is opened, read, and closed. When I try
"FileOpen(3, "aircraft.lfc", OpenMode.Append)"
it automatically slaps the previous directory on the front of the file name.
How do I stop it from doing that, or what syntax do I use to return the
FilePath of the Local Folder (where my program is) as a String?
Thanks in advance,
Biggles
I have A FileOpen command that opens A file outside of the local folder
(where my program is).
That works fine, but; I want to create a file in the local folder after that
1st file is opened, read, and closed. When I try
"FileOpen(3, "aircraft.lfc", OpenMode.Append)"
it automatically slaps the previous directory on the front of the file name.
How do I stop it from doing that, or what syntax do I use to return the
FilePath of the Local Folder (where my program is) as a String?
Thanks in advance,
Biggles