MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / CreateDirectory

Method CreateDirectory

Goldleaf/source/fs/fs_StdExplorer.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 void StdExplorer::CreateDirectory(const std::string &path) {
129 const auto full_path = this->MakeFull(path);
130
131 mkdir(full_path.c_str(), 777);
132 this->DoCommit();
133 }
134
135 void StdExplorer::RenameFile(const std::string &path, const std::string &new_name) {
136 const auto full_path = this->MakeFull(path);

Callers 9

EnsureDirectoriesFunction · 0.45
ExportTicketCertFunction · 0.45
ExportAsVirtualAmiiboFunction · 0.45
PrepareInstallationMethod · 0.45
OnInputMethod · 0.45
StartExportMethod · 0.45
CopyDirectoryMethod · 0.45
DoCopyDirectoryProgressFunction · 0.45
EmptyDirectoryMethod · 0.45

Calls 2

DoCommitMethod · 0.95
MakeFullMethod · 0.80

Tested by

no test coverage detected