本文介绍了从C#中打开的文件获取完整路径的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用PrintSystemJobInfo处理打印作业,而且这个类没有文件的路径(打印作业)。所以,我想知道是否有一个类我可以使用打开的文件名(在内存中),这个类返回完整路径。
有人可以指出我正确的方向或有一个想法......这将是非常有帮助的...
谢谢
JAE
Hi,
I'm working with print jobs using PrintSystemJobInfo and this class doesn't have the path of the file (print job). So, I was wondering if there is a class where I can use the filename that is open (in memory) and this class return the full path.
Someone can point me to the right direction or have an idea... it would be very helpful...
Thanks
JAE
推荐答案
这篇关于从C#中打开的文件获取完整路径的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!