You will, in one way or another, have to pass a path to it, UNLESS you want the file to be created in the App.Path of your project. If you (or she) does care where it goes, then you can just doand it will be created in your project folder.VB Code:
Open "mytextfile.txt" For Append As #1
Otherwise, you would need to supply her with a textbox within which to type a specific path which you could then tack onto your open statement.




Reply With Quote