| 1150 | } |
| 1151 | |
| 1152 | bool CLocatorAPI::path_exist(LPCSTR path) |
| 1153 | { |
| 1154 | PathPairIt P = pathes.find(path); |
| 1155 | return (P != pathes.end()); |
| 1156 | } |
| 1157 | |
| 1158 | FS_Path* CLocatorAPI::append_path(LPCSTR path_alias, LPCSTR root, LPCSTR add, BOOL recursive) |
| 1159 | { |
no test coverage detected