Syntax
| SFTP.WriteFileText64s(handle As String, offset64 As String, charset As String, textData As String) As Long
|
---|---|
Description
| Writes character data to an open file at a specific offset from the beginning of the file. The handle is a file handle returned by the OpenFile method. The offset64 is an offset (in decimal string format) from the beginning of the file. charset is a character encoding and is typically set to values such as "ansi", "utf-8", "windows-1252", etc. A list of supported character encodings is found on this page: Supported Charsets.
Returns 1 for success, 0 for failure.
|
See Also
| |