AppendText()

FileInfo::AppendText() method

Opens a file represented by the current object for writing text using UTF-8 encoding, in ‘Append’ mode with no sharing.

StreamWriterPtr System::IO::FileInfo::AppendText()

Return Value

A shared pointer to a StreamWriter object associated with the opened file

See Also