jmon Well-Known Member Licensed User Longtime User Mar 15, 2014 #1 Hello, Is it possible to get the UNC path from a path on a network mapped drived? For example: a drive U: is mapped to \\myServer I'd like to convert a path : U:\Folder\File.txt to : \\myServer\Folder\File.txt Thanks jmon
Hello, Is it possible to get the UNC path from a path on a network mapped drived? For example: a drive U: is mapped to \\myServer I'd like to convert a path : U:\Folder\File.txt to : \\myServer\Folder\File.txt Thanks jmon
Erel B4X founder Staff member Licensed User Longtime User Mar 16, 2014 #2 See the solution based on "net use" posted here: http://stackoverflow.com/questions/...nstead-of-mapped-drive-path-from-jfilechooser You can use jShell to implement a similar solution. Upvote 0
See the solution based on "net use" posted here: http://stackoverflow.com/questions/...nstead-of-mapped-drive-path-from-jfilechooser You can use jShell to implement a similar solution.
jmon Well-Known Member Licensed User Longtime User Mar 17, 2014 #3 Erel said: See the solution based on "net use" posted here: http://stackoverflow.com/questions/...nstead-of-mapped-drive-path-from-jfilechooser You can use jShell to implement a similar solution. Click to expand... Thanks, I already tried that, but I was more hoping for a cross-platform solution. Upvote 0
Erel said: See the solution based on "net use" posted here: http://stackoverflow.com/questions/...nstead-of-mapped-drive-path-from-jfilechooser You can use jShell to implement a similar solution. Click to expand... Thanks, I already tried that, but I was more hoping for a cross-platform solution.