How can I access a mapped network drive from a VB ActiveX DLL?
e.g. H: is a mapped network drive '\\DRV01\Data' ... both Dir("H:\*.bat") and Dir("\\DRV01\Data\*.bat") return errors.
Thanks
Printable View
How can I access a mapped network drive from a VB ActiveX DLL?
e.g. H: is a mapped network drive '\\DRV01\Data' ... both Dir("H:\*.bat") and Dir("\\DRV01\Data\*.bat") return errors.
Thanks
Hi,
I have faced similar problem when trying to write to a file on the networked drive.
Since you are trying to read the contents of the directory that should not cause a problem.
-Abhijit :o :cool: :D ;)
What's the error number you are getting?Quote:
Originally posted by WillL
How can I access a mapped network drive from a VB ActiveX DLL?
e.g. H: is a mapped network drive '\\DRV01\Data' ... both Dir("H:\*.bat") and Dir("\\DRV01\Data\*.bat") return errors.
Thanks