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

Method create

Engine/source/core/volume.cpp:475–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475FileNodeRef FileSystemRedirect::create(const Path& path,FileNode::Mode mode)
476{
477 Path p = _merge(path);
478 FileSystemRef fs = mMFS->getFileSystem(p);
479 if (fs != NULL)
480 return fs->create(p,mode);
481 return NULL;
482}
483
484bool FileSystemRedirect::remove(const Path& path)
485{

Callers 2

createFileMethod · 0.45
createDirectoryMethod · 0.45

Calls 1

getFileSystemMethod · 0.80

Tested by

no test coverage detected