| 256 | } |
| 257 | |
| 258 | String get_real_base_dir(const String &path) { |
| 259 | return get_base_dir(get_real_dir(path)); |
| 260 | } |
| 261 | |
| 262 | bool dir_exists(const String &path, bool include_hidden = false) { |
| 263 | String basename = get_file_name(path); |
no test coverage detected