MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / remove

Method remove

Engine/source/core/volume.cpp:414–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414bool FileSystemRedirect::remove(const Path& path)
415{
416 Path p = _merge(path);
417 FileSystemRef fs = mMFS->getFileSystem(p);
418 if (fs != NULL)
419 return fs->remove(p);
420 return false;
421}
422
423bool FileSystemRedirect::rename(const Path& a,const Path& b)
424{

Callers 15

ConvexEditorPluginFunction · 0.45
ActionCreateNewEmitterFunction · 0.45
ActionDeleteEmitterFunction · 0.45
ActionCreateNewParticleFunction · 0.45
ActionDeleteParticleFunction · 0.45
ActionCreateDatablockFunction · 0.45
ActionDeleteDatablockFunction · 0.45
guiFormClass.ed.csFile · 0.45
GuiFormManagerFunction · 0.45
GuiFormManagerFunction · 0.45
GuiFormManagerFunction · 0.45
EditorGui.ed.csFile · 0.45

Calls 3

getFileSystemMethod · 0.80
isReadOnlyMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected