Description
- Copies a file to the clipboard, then pastes it by sending Ctrl-V to the foreground window.
Syntax
- Clip.FilePaste(filepath)
Parameters
- filepath
- (string) path to the target file
Examples
- Clip.FilePaste(?"c:\web\out.txt")
- Puts the contents of the file "out.txt" onto the clipboard, then pastes it to the active window.