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.]
File Exists ActionDefines what happens if the file already exists.
Character SetThe character set for the file. [Default is UTF-8.]
Line Ending TypeThe type of line endings to use.
Include Unicode BOMIf 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.]
|