Indeed, how to copy to the clipboard and save the file to disk from the clipboard?
|
1 answer
You copy the file path to the clipboard.
File.Copy("Путь из буфера", "Куда копировать")
|
You copy the file path to the clipboard.
File.Copy("Путь из буфера", "Куда копировать")
Source: https://ru.stackoverflow.com/questions/151740/
All Articles