Indeed, how to copy to the clipboard and save the file to disk from the clipboard?

    1 answer 1

    You copy the file path to the clipboard.

    File.Copy("Путь из буфера", "Куда копировать") 

    A practical guide. Adding data to the clipboard

    Clipboard - class

    File - class