MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / is_reserved_dir

Function is_reserved_dir

OgreMain/src/OgreFileSystem.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 static bool is_reserved_dir( const wchar_t *fn )
89#else
90 static bool is_reserved_dir( const char *fn )
91#endif
92 {
93 return ( fn[0] == '.' && ( fn[1] == 0 || ( fn[1] == '.' && fn[2] == 0 ) ) );
94 }
95 //-----------------------------------------------------------------------
96 static bool is_absolute_path( const char *path )
97 {

Callers 1

findFilesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected