System::IO::FileInfo::AppendText method

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()

ReturnValue

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

See Also