| 10 | LFile(const File &other) : File(other) {} |
| 11 | void findChildFiles (luabind::object const& table, int whatToLookFor, bool searchRecursively, const String wildcardPattern) const; |
| 12 | double getSize() |
| 13 | { |
| 14 | return ((double)File::getSize()); |
| 15 | } |
| 16 | |
| 17 | static File getSpecialLocation(const File::SpecialLocationType type) |
| 18 | { |
no test coverage detected