MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_real_base_dir

Function get_real_base_dir

utility/glob.cpp:258–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

dir_existsFunction · 0.85
dir_or_file_existsFunction · 0.85

Calls 2

get_base_dirFunction · 0.85
get_real_dirFunction · 0.85

Tested by

no test coverage detected