Syntax
| SFTP.WriteFileText32(handle As String, ByVal offset32 As Long, 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. 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
| |