-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local/Remote Path Conversion Bug #32
Comments
@YDEdi Not sure what |
if we work on a samba path "\\machine\path", the path must be recognized by the GetLocalPath function |
as far as I know this already works when you are using mapped network drives. For example, |
@YDEdi Any updates on this? Is it still not working? If not, then can you provide me with more details? |
Of course I'm testing on an unmapped share. |
Thanks for the feedback! |
tests :
GetLocalPath("https://cloud") -> "C:\synccloud" - ok
GetLocalPath("c:\test") -> "C:\test" (why?) - ok
GetLocalPath("\machine\path") -> Empty - KO ?
The text was updated successfully, but these errors were encountered: