wpath_traits::to_internal Method

Converts a string of type external_string_type to one of type internal_string_type.

internal_string_type to_internal(
   const path&,
   const external_string_type& Istr
);

Parameters

  • Istr
    A string of type external_string_type.

Return Value

A string of type internal_string_type.

Remarks

In this implementation, both internal_string_type and external_string_type are synonyms of std::wstring.

Requirements

Header: filesystem

Namespace: std::tr2::sys

See Also

Reference

wpath_traits Structure

<filesystem>