Are there any VBA functions that support "\\?\" (For use with files+folders over max path limits. Refer https://docs.microsoft.com/en-us/win...m=MSDN#maxpath)
I have tried the following without success:
- Dir()
- Open
- GetAttrib()
(From testing this appears to work with FileSystemObject although technically that isn't native VBA.)
Bookmarks