How to open a folder in "My Documents" using this code via vb.net?

  • Thread starter Thread starter Max45-1
  • Start date Start date
M

Max45-1

Guest
Hi,

I am trying to make a button that opens a folder in "My Documents" using the following code but it doesn't work.

Dim path = (My.Computer.FileSystem.SpecialDirectories.MyDocuments) \ "RM Screenshot Pro"
Process.Start("path")

Any help please?


Thanks advance

Continue reading...
 
Back
Top