如何从使用由用户编辑和保存的Process.Start打开的文档(.txt,.docx)中获取完整文件路径?

时间:2016-05-19 15:45:47

标签: vb.net process savefiledialog

我通过这种方式执行文件:

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

例如:打开的文档是记事本。我在上面写了“Hello World!”这个短语。然后我将它作为.txt文件保存在特定的计算机位置,并且我也关闭了记事本程序。我想检索保存文档的路径。

0 个答案:

没有答案