vb6 - Visual Basic 6 and UNC Paths -


i'm receiving feedback developer "the way visual basic (6) can deal unc path map drive." accurate? and, if so, what's underlying issue , there alternatives other mapped drive?

here 1 way works.

sub main()      dim fs new filesystemobject ' add reference microsoft scripting runtime     msgbox fs.fileexists("\\server\folder\file.ext")  end sub 

Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -