|
-
Jun 18th, 2000, 09:35 PM
#1
Thread Starter
Hyperactive Member
How can I find the full path to a file? I am loading a file into an RTF box, but when I click my save button, it saves the file in the application directory, not where it is currently stored. How can I write over this existing file??
I am using this method to save now:
frmMain.RtfBx.SaveFile (App.path & "\" & FileName$), rtfText
I want to substitute the app.path for the actual location of the existing file, not create a new one in the program dir.
Thanks for any suggestions!!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|