Name | FTPit_LocalWriteFile |
---|
Description | Writes data out to a local file.
|
---|
Format | FTPit_LocalWriteFile ( Data ; File ; FileExistsAction ; CharacterSet ; LineEndingType ; IncludeUnicodeBOM ) |
---|
Required Parameters | Data The data to write.
FileThe path to the local file to write. [This can be a full path or a path relative to the current local directory.]
|
---|
Optional Parameters | - FileExistsAction
-
- CharacterSet
The character set for the file. [Default is UTF-8.]
- LineEndingType
-
- IncludeUnicodeBOM
If True, and the character set is a unicode set, and the file is being created, this will include a unicode byte order mark. [Default is False.]
|
---|