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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -