Skip to content
Snippets Groups Projects
user avatar
Henry Weller authored
    //- Recursively search the given directory for the file
    //  returning the path relative to the directory or
    //  fileName::null if not found
    fileName search(const word& file, const fileName& directory);
c2328cba