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.
file:///path/to/file
C:\\path\\to\\file
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 formatC:\\path\\to\\file
.