7 [[deprecated (
"Since Stroika v3.0d12 - use String::As<filesystem::path>")]]
inline filesystem::path ToPath (
const String& p)
9 return p.As<filesystem::path> ();
11 [[deprecated (
"Since Stroika v3.0d12 - use String::As<filesystem::path>")]]
inline optional<filesystem::path> ToPath (
const optional<String>& p)
14 return p->As<filesystem::path> ();
18 [[deprecated (
"Since Stroika v3.0d12 - use String CTOR")]]
inline String FromPath (
const filesystem::path& p)
22 [[deprecated (
"Since Stroika v3.0d12 - use String CTOR??? revfisit if used...")]]
inline optional<String> FromPath (
const optional<filesystem::path>& p)