Exemplo n.º 1
0
String String::from_path(const fs::path &path)
{
    return{ path.generic_u16string() };
}