ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellControlHelper.GetFilenamesFromClipboard

Returns a list of file paths if files (CF_HDROP) are currently in the clipboard.

Syntax
Pascal
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.