MCPcopy Create free account
hub / github.com/carbonengine/trinity / FileExists

Function FileExists

trinity/Eve/SpaceObjectFactory/EveSOFDNA.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "ITr2Renderable.h"
10
11bool FileExists( const std::string& path )
12{
13 std::wstring wstrCopy( path.begin(), path.end() );
14 return BePaths->FileExists( wstrCopy );
15}
16
17// dna syntax
18static char s_dnaSeperatorCmd = ':';

Callers 1

ModifyTextureResPathMethod · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected