Method clipboardData.getFiles
Overload
Gets file paths from the clipboard. Uses clipboard format ClipFormats.Files (CF_HDROP).
public static string[] getFiles()
Returns
string[]
|
Exceptions
AuException
Failed to open clipboard (after 10 s of wait/retry). |