Show / Hide Table of Contents

Method clipboardData.getFiles


Overload

Gets file paths from the clipboard. Uses clipboard format ClipFormats.Files (CF_HDROP).

public static string[] getFiles()
Returns
string[]

null if there is no data of this format.

Exceptions
AuException

Failed to open clipboard (after 10 s of wait/retry).