Set f=fso.
getfolder(\\really\really\really\really\long \
unc\name) Okay another question while I'm at it. This probably would be answered in
...bytes.com
I have tried to do this with
UNC and the mapped drive name as follows:
... GetFolder(sDocumentPath) In evey case, I get an error message
...www.codetoad.com
UNC,
GetFolder & Windows Authentication - Rick. 13-Jun-07 03:57:00. I have an IIS 6 server on Windows 2003 running in an AD domain attempting to enumerate
...www.eggheadcafe.com
in reply to How to
get Folder name by using Drive value? my $
unc=`net use | grep "K:" | grep -Po "\\\\.+"`;
...www.perlmonks.org
Sep 4, 2007
... Thanks but this still errors with Path not found on the long
UNC path after
... GetFolder since objFolder isn't being used.
...www.tech-archive.net
GetFolder("\\smurf\temp\cb\page")
... Status: offline, the FileSystemObject does allow both
UNC and Drive Letter mapping.
...www.visualbasicscript.com
Sep 2, 2008
... set getfol=fso.
getfolder("\\SERVER1\E$\FOLDER")
... I am domain admins for my domain, and cannot even
UNC to some directories that TreeSize
...www.experts-exchange.com
getFolder(strFolder) For Each objFile In objFolder.files
... Doing gives the same results - I cannot access network shares with
UNC ...www.velocityreviews.com