MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / getExecutableFileName

Function getExecutableFileName

src/misc/sysos.cpp:609–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607
608namespace das {
609 string getExecutableFileName ( void ) {
610 char buffer[1024];
611 return getExecutablePathName(buffer,1024) ? buffer : "";
612 }
613
614 string get_prefix ( const string & req ) {
615 auto np = req.find_last_of("\\/");

Callers 4

getDasRootFunction · 0.85

Calls 1

getExecutablePathNameFunction · 0.85

Tested by

no test coverage detected