Description
- Appends the clipboard's contents to the specified text file.
Syntax
- Clip.ToFileAppend(fpath)
Parameters
- fpath
- (string) path to the target file
Examples
- Clip.ToFileAppend(?"c:\docs\stuff.txt")
- Appends the clipboard to the contents of the file "stuff.txt".