Feedback
FileSystemItem can now append complete lines
- Status
- Fixed
- Fixed in
- v26.7.6
- Source discussion
- https://forum.objo.dev/d/688-textstream-docs-dont-document-close-method
- Last updated
- 2026-07-29
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add a FileSystemItem.AppendLine method so applications can append a line of text using the native platform line ending without manually concatenating EndOfLine.Native. Provide both UTF-8 and explicit-encoding overloads.