Warning |
---|
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here and leave these dusty old pages behind ! |
Info | ||
---|---|---|
| ||
This routine is available starting with katl-commons 1.0. |
...
Parameter name | Type | Required | Description |
---|---|---|---|
filepath | string | Yes | Specifies the file name to write in. |
var | string | Yes | Specifies the character expression to write into the file filepath. |
charset | string | No | Specifies the charset used to write that file. |
boolean | boolean | No | 'true' if new line is added after character expression is added to file, otherwise 'false'. Defaults to 'true' Available starting with katl-commons 4.8.0.16. |
Return type
Empty value. The returned value has no meaning.
...
Note |
---|
It is recommended that you use forward slashes ( / ) for file paths. As a general observation use the silEnv() routine to create an absolute path. |
...