Is it possible to get a full path with double backslash by using Path.GetFullPath? Something like this:
Path.GetFullPath
C:\\\\Users\\\\Mammamia\\\\Videos\\\\Doc
Do you mean this?
Path.GetFullPath(path).Replace(@"\", @"\\");