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.
每当我们使用 ctrl+c 复制任何文件时,clipboard它都会存储文件指针以供cut,copy,paste操作。有什么方法可以使用 C# 检索该文件指针?我尝试了这篇文章,但没有为我解决。
clipboard
cut,copy,paste
我的第二个问题是,如果我们有它的逻辑地址,我们如何perform paste operation归档?我找不到任何可以尝试的有价值的内容。
perform paste operation