xtd 0.2.0
Loading...
Searching...
No Matches
xtd::native::path Class Referencefinal

Definition

Contains path native API.

Namespace
xtd::native
Library
xtd.core.native
Warning
Internal use only

Protected Static Methods

static char alt_directory_separator_char ()
 Provides a platform-specific alternate character used to separate directory levels in a path string that reflects a hierarchical file system organization.
 
static char directory_separator_char ()
 Provides a platform-specific character used to separate directory levels in a path string that reflects a hierarchical file system organization.
 
static std::string get_temp_path ()
 Gets temp path.
 
static std::vector< char > invalid_path_chars ()
 Provides a platform-specific array of characters that cannot be specified in path string arguments passed to members of the Path class.
 
static char path_separator ()
 Provides a platform-specific separator character used to separate path strings in environment variables.A platform-specific separator character used to separate path strings in environment variables.
 
static char volume_separator_char ()
 Provides a platform-specific volume separator character.
 

Member Function Documentation

◆ alt_directory_separator_char()

static char xtd::native::path::alt_directory_separator_char ( )
staticprotected

Provides a platform-specific alternate character used to separate directory levels in a path string that reflects a hierarchical file system organization.

Returns
A platform-specific alternate character used to separate directory levels in a path string.
Warning
Internal use only

◆ directory_separator_char()

static char xtd::native::path::directory_separator_char ( )
staticprotected

Provides a platform-specific character used to separate directory levels in a path string that reflects a hierarchical file system organization.

Returns
A platform-specific character used to separate directory levels in a path string.
Warning
Internal use only

◆ get_temp_path()

static std::string xtd::native::path::get_temp_path ( )
staticprotected

Gets temp path.

Returns
The temp path.
Warning
Internal use only

◆ invalid_path_chars()

static std::vector< char > xtd::native::path::invalid_path_chars ( )
staticprotected

Provides a platform-specific array of characters that cannot be specified in path string arguments passed to members of the Path class.

Returns
A platform-specific array of characters that cannot be specified in path string.
Warning
Internal use only

◆ path_separator()

static char xtd::native::path::path_separator ( )
staticprotected

Provides a platform-specific separator character used to separate path strings in environment variables.A platform-specific separator character used to separate path strings in environment variables.

Returns
A platform-specific separator character used to separate path strings.
Warning
Internal use only

◆ volume_separator_char()

static char xtd::native::path::volume_separator_char ( )
staticprotected

Provides a platform-specific volume separator character.

Returns
A platform-specific volume separator character.
Warning
Internal use only

The documentation for this class was generated from the following file: