---------------------------------------------------------------------------
| 7 | char CR[] = "\r\n\x0"; |
| 8 | //--------------------------------------------------------------------------- |
| 9 | __fastcall TFile::TFile(bool enableExceptions) : |
| 10 | handle(NULL), Error(false), Exceptions( enableExceptions ), LastError(0), bytes(0) |
| 11 | { |
| 12 | } |
| 13 | //--------------------------------------------------------------------------- |
| 14 | __fastcall TFile::TFile(char * FileName, DWORD Access, DWORD ShareMode, |
| 15 | DWORD CreationDistribution, DWORD FlagsAndAttributes, bool enableExceptions) : |
nothing calls this directly
no outgoing calls
no test coverage detected