UtilitiesProxy.SaveTextData Method
Saves text data to a file.Syntax
UtilitiesProxy.SaveTextData(fileName,text2Save,append2File)Parameters
Name | Type | Description |
---|---|---|
fileName | String | Required. The file path to save. |
text2Save | String | Required. The text data to save. |
append2File | Boolean | Required. True to append data to the file, false to overwrite the file. |
See Also
UtilitiesProxy ClassAras.Server.Core Namespace
Aras Innovator Server Framework
Comments
Post a Comment