class CCL::FileNodeRemover

Removes a new file node with the given url, if it exists.

class FileNodeRemover: public FileNodeTraverser
{
public:
    // construction

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