|
 |
asp_web_howto thread: How to determine virtual path using FSO
Message #1 by psinghp@e... on Fri, 07 Dec 2001 09:53:50 +0400
|
|
Hi
I use fso to browse a directory tree given the virtual path to the directory.
This directory has sub directories under it. I want to determine the virtual
path to these sub directories programmatically. Is some one aware of a code
snippet to do this?. Please help.
TIA
Pepe
Message #2 by "Jason Salas" <jason@k...> on Fri, 7 Dec 2001 16:04:56 +1000
|
|
try using the FileSystemObject's properties with a "For Each...Next"
statement:
http://www.devguru.com/Technologies/vbscript/quickref/filesystemobject.html
HTH,
----- Original Message -----
From: <psinghp@e...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Friday, December 07, 2001 3:53 PM
Subject: [asp_web_howto] How to determine virtual path using FSO
> Hi
>
> I use fso to browse a directory tree given the virtual path to the
directory.
> This directory has sub directories under it. I want to determine the
virtual
> path to these sub directories programmatically. Is some one aware of a
code
> snippet to do this?. Please help.
>
> TIA
>
> Pepe
>
>
$subst('Email.Unsub').
>
|
|
 |