Hello, I ran into some issues when trying to copy a file to clipboard and then pasting it into an application later on. I've tried a few Custom code solutions:
C#:
StringCollection paths = new StringCollection();paths.Add(File_Path);Clipboard.SetFil...