enum Poco::Path::Style

Overview

#include <Path.h>

enum Style
{
    PATH_UNIX,
    PATH_WINDOWS,
    PATH_VMS,
    PATH_NATIVE,
    PATH_GUESS,
};

Detailed Documentation

Enum Values

PATH_UNIX

Unix-style path.

PATH_WINDOWS

Windows-style path.

PATH_VMS

VMS-style path.

PATH_NATIVE

The current platform’s native style.

PATH_GUESS

Guess the style by examining the path.