Quote Originally Posted by fafalone View Post
I don't think that function is going to help; its output is the "\??\UNC\\Server\share" that I already tried. It returned success but later gave 0-length names.

Dos Path

Full Path

NT Path
\\server\share\ABC\DEF

\\server\share\ABC\DEF

\??\UNC\server\share\ABC\DEF
Hmmm... were you able to write some VB6 code that uses this function and confirm the output? Or are you getting that from the documentation?

Appreciate your help with this. It's nice to know I'm not beating away at this on my own!