Frends.Smb.WriteFile / 2.4.0
Summary
Writes content to a file on an SMB share directly from the Process.
Typical use — delivering output to a file server that other systems or people read
Essential input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Content | Byte[] |
– | [1,2,3] |
Content of the file to be written. |
| DestinationPath | String |
– | folder\file.txt |
Full path to the destination file we want to write to. |