class CCL::FileNodeCreator

Find the first node with the given url (creates the nodes and parents if necessary).

class FileNodeCreator: public FileNodeTraverser
{
public:
    // fields

    FileNode* foundNode;

    // construction

    FileNodeCreator (Browser& browser, UrlRef filePath);
};