Frends.Files.Read / 1.2.0
Summary
Reads a file's content as text, decoding it, and reports its size and timestamps alongside.
Typical use — text input to a parsing or mapping step; the bytes Task is the one for anything that must not be decoded
Input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Path | String |
– | c:\temp\foo.txt |
Full path of the target file to be read. |