Hi,
Go to the email archive at http://www.witango.ws
and search on "directory listing" for more detail on this but I have 
grabbed what Gauthier wrote (from stuff he copied from the list before, I 
think)

Hi,
I`ve done this with the help of this great list by this way:
(1): make a .bat like this
c:
cd \xxxx your directory here xxxx
dir /o:n /b *.gif > gif.txt
(2) call this .bat file wirth an external action in your taf or tcf
(3) use an file action to put the file content in a variable
(4) transform this variable into an array: i do it like this
<@ASSIGN NAME=ArrayGif VALUE='<@ARRAY VALUE=<@REPLACE STR=<@VAR listegif
ENCODING=MULTILINEHTML> FINDSTR="<BR>" REPLACESTR=";">>' SCOPE=LOCAL>
_______________________________________________
But you should use the @@Local$ResultSet just after the external call and
remove the file redirection of the batch ('dir /b > file.txt' should become
only 'dir /b'), so you avoid (3) and (4)
I was somewhat complicated soul when I've posted this...
Don't forget to remove the first(s) cells of the @@Local$ResultSet that
sometimes contain some data that you don't yant in your array (depends of
the instruction called)
Hope this help
Gauthier

cheers
Garth

At 09:58  31/07/02 +0100, you wrote:
>Hi guys,
>I want  the list of file names from perticular DIRECTORY to be  displayed
>on the screen.What METATAG should i use to get  that
>
>cheers
>
>M.Lokesh Ram
>
>
>
>_____________________________________________________
>This email and any files transmitted with it are confidential and
>intended solely for the use of the individual or entity to whom they
>are addressed. If you have received this email in error please notify
>the system manager.
>This email has been scanned for known viruses.
>
>________________________________________________________________________
>TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>                 with unsubscribe witango-talk in the message body

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to