Mount Fuji Engine  0.8b

General mount flags. These can be used to control the way a filesystem is mounted.

Enumerator
MFMF_FlattenDirectoryStructure 

Flattens the directory heirarchy.

MFMF_Recursive 

Recurse into subdirectories when building TOC.

MFMF_DontCacheTOC 

Doesn't take a local memory copy of the TOC (useful for filesystems read from memory)

MFMF_OnlyAllowExclusiveAccess 

This will exclude this mount from any non-specific filesystem operations (filenames explicitly directed to this mount using 'device:')

MFMF_ForceUInt 

Force MFMountFlags to a uint type.