Frends.Files.Write / 1.5.0
Summary
Writes text content to a file, creating it or replacing whatever was there, and reports the resulting size.
Typical use — landing a generated document on disk; the bytes Task is the one for binary content
Input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Content | String |
– | This is test content |
Source directory. |
| Path | String |
– | c:\temp\foo.txt |
Full path of the target file to be written |