我看到我的垃圾桶文件具有路徑爲:什麼是代表文件路徑的guid字符串?
C:\Recycle bin\{3x-for-example-guid-4x}\file.txt
我想知道如何獲得真正的路徑,其前一個被轉移到trashbin。
我看到我的垃圾桶文件具有路徑爲:什麼是代表文件路徑的guid字符串?
C:\Recycle bin\{3x-for-example-guid-4x}\file.txt
我想知道如何獲得真正的路徑,其前一個被轉移到trashbin。
查看答案in this post如何讀出路徑。另請參閱How to restore files from recycle bin
原路段是指C++的文章:How to programmatically use the Recycle Bin
謝謝,我不知所措! –
Raymond Chen最近在這個here上發表了博客。本文使用COM和C++查詢有關回收站中對象的信息,包括原始路徑 - 我認爲這是您「真實路徑」的含義。
謝謝,Christian K,我之前訪問過他的網站,並沒有注意他在那裏加了這麼快。=) –
@Sesame:不要把問候或感謝你要跟你的問題。見[這裏](http://meta.stackexchange.com/questions/2950/should-hi-thanks-taglines-and-salutations-be-removed-from-posts)。 – Mat
你可能想改變你的問題標題。在這裏你可以假定GUID與被刪除文件的原始路徑有關。 –
好的,我會說謝謝面對面。 –