D
Dennis
I want to have my program look on the CD drive for the data files
needed to run my program but I can't find any info on this. I am using
a StreamReader to get really simple information from a text file and I
want it to look on the CD Drive. As computers have many drives is
there a way I can have it look on the first CD Drive. When declare it,
it looks like this but I was hoping I could change the file spec. Dim
varReader As IO.StreamReader = IO.File.OpenText("A:\Data.txt") Does
this make sense and does anyone have any ideas about this?
Thanks for the help, Dennis
needed to run my program but I can't find any info on this. I am using
a StreamReader to get really simple information from a text file and I
want it to look on the CD Drive. As computers have many drives is
there a way I can have it look on the first CD Drive. When declare it,
it looks like this but I was hoping I could change the file spec. Dim
varReader As IO.StreamReader = IO.File.OpenText("A:\Data.txt") Does
this make sense and does anyone have any ideas about this?
Thanks for the help, Dennis