I am trying to create a text file using in the harddrive. The problem is that I want to find out the hard drive letter and if if try to do that, it gives me a error message.
The following is the code.
VB Code:
FStream = File.Create((App.Path, 1) :\txtdata.text)
Can somebody help me with the code, or atleast tell me a new code.


Reply With Quote