| 1516 | #endif |
| 1517 | |
| 1518 | static string _get_save_path(string subdir) |
| 1519 | { |
| 1520 | return _resolve_dir(SysEnv.crawl_dir, subdir); |
| 1521 | } |
| 1522 | |
| 1523 | /** |
| 1524 | * Reset options paths based on SysEnv values. Should be called if these get |
no test coverage detected