我看到垃圾箱中的文件路径为:
C:\Recycle bin\{3x-for-example-guid-4x}\file.txt
我想知道如何获得真正的路径,然后将路径转移到垃圾箱。
答案 0 :(得分:4)
Raymond Chen最近在博客上发表了关于here的文章。本文使用COM和C ++来查询有关回收站中对象的信息,包括原始路径 - 我假设你的意思是“真实路径”。
答案 1 :(得分:1)
请参阅答案in this post了解如何阅读路径。另请参阅How to restore files from recycle bin
原始链接指的是C ++文章:How to programmatically use the Recycle Bin