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

Method make_dir

utility/file_access_gdre.cpp:903–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901}
902
903Error DirAccessGDRE::make_dir(String p_dir) {
904 if (proxy.is_valid()) {
905 return proxy->make_dir(p_dir);
906 }
907 return ERR_UNAVAILABLE;
908}
909
910Error DirAccessGDRE::rename(String p_from, String p_to) {
911 if (proxy.is_valid()) {

Callers 1

get_modified_timeMethod · 0.80

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected