| Textfile class that can access ordinary and
Unicode text files. |
|
Supports FilePos, FileSize, Seek. Includes stream wrapper class.
Released under the BSD
License.
Files
Last modifications
4.0a: 2006-08-30
- Bug fixed [found by Brian D. Ogilvie]: When cfUseLF was set, /CR/ was used as
line delimiter in Writeln (/LF/ should be used).
4.0: 2006-08-14
- Added new constructor CreateW to the TGpTextFileStream class. It accepts file name in the Unicode encoding.
- FileName property changed to WideString.
|