3#include "mc/_HeaderOutputPredefine.h"
8namespace Core {
class Path; }
Definition InMemoryFileStorage.h:11
MCAPI bool findFile(::Core::Path const &fileName, ::std::shared_ptr<::InMemoryFile > &outFile)
MCAPI ::std::shared_ptr<::InMemoryFile > createFile(::Core::Path const &fileName)
MCAPI bool deleteFile(::Core::Path const &fileName)
MCAPI void populateFileList(::std::vector<::std::string > &fileList)
Definition InMemoryFile.h:5