Return file as string

  • Thread starter Thread starter Microsoft
  • Start date Start date
M

Microsoft

Is there a way in vb.net to have the user browse to a file and return that
file's name and path as strings?
 
Microsoft said:
Is there a way in vb.net to have the user browse to a file and return that
file's name and path as strings?

Try OpenFileDialog.FileName

Niki
 
* "Microsoft said:
Is there a way in vb.net to have the user browse to a file and return that
file's name and path as strings?

You will find a component called OpenFileDialog in the toolbox.
 
Back
Top