fileName: Added recursive directory search function
//- 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);
Please register or sign in to comment