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!!!!