MCPcopy Create free account
hub / github.com/WinMerge/winmerge / OpenCreate

Method OpenCreate

Src/Common/UniFile.cpp:704–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702 return Open(filename, _T("rb"));
703}
704bool UniStdioFile::OpenCreate(const String& filename)
705{
706 return Open(filename, _T("w+b"));
707}
708bool UniStdioFile::OpenCreateUtf8(const String& filename)
709{
710 if (!OpenCreate(filename))

Callers 2

SaveToFileMethod · 0.80

Calls 1

OpenFunction · 0.85

Tested by

no test coverage detected