| 607 | |
| 608 | namespace 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("\\/"); |
no test coverage detected