0

I execute the documents by this way:

 Dim proc As New Process
 proc.StartInfo.FileName = sender.Tag
 proc.Start()

For Example: the document opened was a notepad. I wrote on it the phrase "Hello World!" then I saved it on an specific computer location as a .txt document and also I closed the notepad program. I'd like to retrieve the path where the document was saved.

Elian
  • 60
  • 6

0 Answers0