MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / w_open

Method w_open

ogsr_engine/xrCore/LocatorAPI.cpp:1062–1071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1060}
1061
1062IWriter* CLocatorAPI::w_open(LPCSTR path, LPCSTR _fname)
1063{
1064 string_path fname;
1065 strcpy_s(fname, _fname);
1066 xr_strlwr(fname); //,".$");
1067 if (path && path[0])
1068 update_path(fname, path, fname);
1069 CFileWriter* W = xr_new<CFileWriter>(fname, false);
1070 return W;
1071}
1072
1073IWriter* CLocatorAPI::w_open_ex(LPCSTR path, LPCSTR _fname)
1074{

Callers 8

OpenDumperFunction · 0.80
saveMethod · 0.80
SaveMethod · 0.80
ExecuteMethod · 0.80
CDemoRecordMethod · 0.80
create_shaderFunction · 0.80
ScreenshotImplMethod · 0.80
save_toMethod · 0.80

Calls 1

xr_strlwrFunction · 0.70

Tested by

no test coverage detected