Funny...
Now I did a test against a Windows 7 based share and I get no volume name at all...
I id connect a network drive and In Explorer on my Windows 2008r2 client I see the Volume
"ICC-Profiles (\\MACHINENAME) (V:)"
I verified aslo that the code is the same as in WFS: FileProcessing.GetVolumeName and the Name is just empty.
Another thing:
I added this debug statement
#if DebugBuild
System.Log System.LogLevelError,"Drive: "+ volumeF.Name + ", Name: " + volNameStr
#endif
and it gives me following error in the Event Viewer:
Quote:
The description for Event ID 1000 from source Microsoft-Windows-User Profiles General cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
Drive: V:, Name:
the message resource is present but the message is not found in the string/message table
Very strange. I try some more debugging.
GreatOm