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

Method remove

Engine/source/core/volume.cpp:484–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484bool FileSystemRedirect::remove(const Path& path)
485{
486 Path p = _merge(path);
487 FileSystemRef fs = mMFS->getFileSystem(p);
488 if (fs != NULL)
489 return fs->remove(p);
490 return false;
491}
492
493bool FileSystemRedirect::rename(const Path& a,const Path& b)
494{

Callers 15

~ReflectionManagerMethod · 0.45
unregisterReflectorMethod · 0.45
~SceneTrackerMethod · 0.45
unregisterObjectMethod · 0.45
~TerrainCellMaterialMethod · 0.45
setFileMethod · 0.45
onRemoveMethod · 0.45
destroySelfMethod · 0.45
removeNotificationMethod · 0.45
RemoveFunction · 0.45
~SFXVoiceMethod · 0.45
onRemoveMethod · 0.45

Calls 3

getFileSystemMethod · 0.80
isReadOnlyMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected