Poco

class PathImpl

Library: Foundation
Package: Filesystem
Header: Poco/Path_WIN32U.h

Member Summary

Member Functions: cacheHomeImpl, configHomeImpl, configImpl, currentImpl, dataHomeImpl, expandImpl, homeImpl, listRootsImpl, nullImpl, selfImpl, systemImpl, tempHomeImpl, tempImpl

Enumerations

Anonymous

MAX_PATH_LEN = 32767

Member Functions

cacheHomeImpl static

static std::string cacheHomeImpl();

configHomeImpl static

static std::string configHomeImpl();

configImpl static

static std::string configImpl();

currentImpl static

static std::string currentImpl();

dataHomeImpl static

static std::string dataHomeImpl();

expandImpl static

static std::string expandImpl(
    const std::string & path
);

homeImpl static

static std::string homeImpl();

listRootsImpl static

static void listRootsImpl(
    std::vector < std::string > & roots
);

nullImpl static

static std::string nullImpl();

selfImpl static

static std::string selfImpl();

systemImpl static

static std::string systemImpl();

tempHomeImpl static

static std::string tempHomeImpl();

tempImpl static

static std::string tempImpl();