FileContent.WriteText
| Method | |
|---|---|
| Module | FileContent | 
| Library | FileContent | 
| Action | Writes text to a file, overwriting any existing contents. | 
| Parameters |         
 | 
| Return values |       | 
| Example | Create a file queen.txt, or backup and then overwrite an existing queen.txt with the supplied Text contents. FileContent.WriteText(FilePath : "C:\\temp\\queen.txt", Text : "I want to break free!", Backup : true); The file contents become: I want to break free! | 
| Platforms | 
 | 
| Notes |