Torque3D Documentation / _generateds / Torque::Mem::MemFileSystem

Torque::Mem::MemFileSystem

Engine/source/core/memVolume.h

More...

Public Functions

Used for describing the file system type.

mapTo(const Path & path)
bool
remove(const Path & path)
bool
rename(const Path & from, const Path & to)

Private Functions

Detailed Description

Private Attributes

MemDirectoryData * mRootDir 
String mVolume 

Public Functions

MemFileSystem(String volume)

~MemFileSystem()

create(const Path & path, FileNode::Mode )

Reimplemented from: Torque::FS::FileSystem

getTypeStr()

Reimplemented from: Torque::FS::FileSystem

mapFrom(const Path & path)

Reimplemented from: Torque::FS::FileSystem

mapTo(const Path & path)

Reimplemented from: Torque::FS::FileSystem

remove(const Path & path)

Reimplemented from: Torque::FS::FileSystem

rename(const Path & from, const Path & to)

Reimplemented from: Torque::FS::FileSystem

resolve(const Path & path)

Reimplemented from: Torque::FS::FileSystem

Private Functions

getParentDir(const Path & path, FileNodeRef & parentRef)