enum CCL::IUrl::StringTypes

Overview

URL string representations. More…

#include <iurl.h>

enum StringTypes
{
    kStringNativePath,
    kStringDisplayPath,
    kStringDisplayName,
};

Detailed Documentation

URL string representations.

Enum Values

kStringNativePath

platform style, not beautified

kStringDisplayPath

full beautified path

kStringDisplayName

name only (without extension)