There is a net work driver G: in my computer, It maps to "\\192.168.0.2\C:\user"
So, how to get the net work driver actual path "\\192.168.0.2\C:\user" ?
I have tried the sigar.getFileSystemList(), but it can't get that info.
Anyone know how to use sigar or java to get it?
Thanks a lot~
|