PPSR
|
Built-in Commands
|
Clip
| File
Clip.File
Description
Copies a file to the clipboard.
Syntax
Clip.File(
filepath
)
Parameters
filepath
(string) path to the target file
Examples
Clip.File(?"c:\web\out.txt")
Puts the contents of the file "out.txt" onto the clipboard.