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

Method create

Engine/source/core/volume.cpp:405–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405FileNodeRef FileSystemRedirect::create(const Path& path,FileNode::Mode mode)
406{
407 Path p = _merge(path);
408 FileSystemRef fs = mMFS->getFileSystem(p);
409 if (fs != NULL)
410 return fs->create(p,mode);
411 return NULL;
412}
413
414bool FileSystemRedirect::remove(const Path& path)
415{

Callers 2

createFileMethod · 0.45
createDirectoryMethod · 0.45

Calls 1

getFileSystemMethod · 0.80

Tested by

no test coverage detected