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
On Nixes this can be done manually but on Windows solving paths like D:. when one is on C: seems impossible without calling GetFullPathNameA. But this function is not recommanded in a multithreaded environment.
On Nixes this can be done manually but on Windows solving paths like
D:.when one is onC:seems impossible without calling GetFullPathNameA. But this function is not recommanded in a multithreaded environment.