GCuser99 / SeleniumVBA

A comprehensive Selenium wrapper for browser automation developed for MS Office VBA running in Windows
MIT License
83 stars 17 forks source link

Update WebShared.bas - support for UNC current dir #18

Closed 6DiegoDiego9 closed 2 years ago

6DiegoDiego9 commented 2 years ago

On my business PC, it crashed on the ChDrive and ChDir instructions because the passed argument SavePath was/is an UNC: "\mydoc.intranet.servizi\users\username\My Documents"

This fix adds support for UNC current dir paths.

GCuser99 commented 2 years ago

@6DiegoDiego9, thanks for the help in generalizing relative path functionality!