There's a documented bug in Windows 2000 which causes problems with Print to File when the drive letter of the output file path is a mapped network drive. To resolve the problem, I need to convert the specified drive letter to its UNC value. I understand there's a function called wGetNetConnection (or something similar to that), but I can't find any info on it. I want to pass a drive letter to a function and have it return the UNC value for the network connection.
Thanks,
Richard Barrett



