Returns a list of file paths if files (CF_HDROP) are currently in the clipboard.
class function GetFilenamesFromClipboard: TArray<String>;
A TArray<String> of file paths if files (CF_HDROP) are currently in the clipboard, the array is empty if the clipboard does not contain files.
ShellBrowser.TShellControlHelper