Description
- Copies the clipboard's contents to the specified text file.
Syntax
- Clip.ToFile(fpath)
Parameters
- fpath
- (string) path to the target file
Examples
- Clip.ToFile(?"c:\docs\stuff.txt")
- Copies the clipboard to "stuff.txt".
Notes
- The entire contents of the text file are replaced by the clipboard contents.