You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::filesystem::canonical is converting the path to a network path. Is there any way to prevent it or get the original drive letter path back from a network path.
The text was updated successfully, but these errors were encountered:
or the below code:
std::error_code ec; auto long_path = std::filesystem::canonical("W:\\31\\arawat.fielsystem_default_check\\matlab\\check_std\\check_std\\").string();
I am getting the value of long path as:
"\\\\bgl-zp31-cifs\\vmgr\\sbs31\\arawat.fielsystem_default_check\\matlab\\check_std\\check_std"
std::filesystem::canonical
is converting the path to a network path. Is there any way to prevent it or get the original drive letter path back from a network path.The text was updated successfully, but these errors were encountered: