• Write files uris to clipboard. The files should be in uri format: file:///path/to/file on Mac and Linux. File path is absolute path. On Windows, the path should be in the format C:\\path\\to\\file.

    Parameters

    • filesUris: string[]

    Returns Promise<void>