| 24 | } |
| 25 | |
| 26 | CtrlrLuaMemoryBlock CtrlrLuaFile::loadFileAsData() |
| 27 | { |
| 28 | MemoryBlock mb; |
| 29 | File::loadFileAsData (mb); |
| 30 | |
| 31 | return (CtrlrLuaMemoryBlock(mb)); |
| 32 | } |
| 33 | |
| 34 | void CtrlrLuaFile::findChildFiles (luabind::object const& table, int whatToLookFor, bool searchRecursively, const String &wildcardPattern) |
| 35 | { |
no test coverage detected