Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我正在访问网络系统上的图像。我想知道相对于该网络系统的本地路径。
例如图像位于\\192.203.65.34\Images\Image1.jpg然后我想在该系统上获取该图像的本地地址。这应该让我说D:\Images\Image1.jpg
\\192.203.65.34\Images\Image1.jpg
D:\Images\Image1.jpg
我如何在 C++/MFC 中做到这一点?
你不能。甚至不确定是否存在本地路径。