| 74 | } |
| 75 | |
| 76 | bool isScriptPathExpando(const char *expando) |
| 77 | { |
| 78 | PathExpando *exp = sgPathExpandos.retreive(expando); |
| 79 | return ( exp != NULL); |
| 80 | } |
| 81 | |
| 82 | //----------------------------------------------------------------------------- |
| 83 |
no test coverage detected