MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / ~TextFile

Method ~TextFile

source/TextIO.h:252–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250public:
251 TextFile() : mFile(INVALID_HANDLE_VALUE) {}
252 virtual ~TextFile() { FlushWriteBuffer(); _Close(); }
253
254 // Text IO methods from TextStream.
255 using TextStream::Read;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected