lib.io.file.WriteToFile - tixl3d/tixl GitHub Wiki

WriteToFile

in Lib.io.file


Writes the incoming string into a predefined file on the local disk

Info: This Operator is unable to create files. The file has to exist in order to write something into it. Depending on the user and operating system Tooll might need admin privileges.

Also see: [ReadFile] [RequestUrl] [FilesInFolder]


Input Parameters

Name (Relevancy & Type) Description
Content (String) Input / definition of the string that is being written into the file saved at the filepath
Filepath (String) Path to the file that should be written into

Example:

Resources\user\YourUserName\FileName.txt

will open the FileName.txt and write the incoming string into the file

Outputs

Name Type
Result System.String
OutFilepath System.String

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

⚠️ **GitHub.com Fallback** ⚠️