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...
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...