class CCL::DocumentPathHelper

#include <documentrenamer.h>

class DocumentPathHelper
{
public:
    // construction

    DocumentPathHelper (UrlRef documentFile);

    // methods

    StringRef getFileName () const;
    UrlRef getParentFolder () const;
    bool getDedicatedFolder (Url& folder) const;
    bool hasDedicatedFolder () const;
};