I have a filename pointing to a text file, including its path, as a string. Now I'd like to load this .csv
file into memory stream. How should I do that?
For example, I have this:
Dim filename as string="C:UsersDesktopabc.csv"
See Question&Answers more detail:os