--- pi wrote:

> range = "C:\Programme\PowerPro\scripts\file\bilder"
> all = file.listfiles(range)
> pi.debug(all)

> how do i get the filenames from all ?

Local All = File.ListFiles("C:\Programme\PowerPro\Scripts\File\Bilder")
For(Local Iter = 1; Iter LE Line(All, 0); Iter = Iter + 1)
    Pi.Debug(Line(All, Iter))
EndFor

Cheers,
Alex

ICQ# 37414292



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM
---------------------------------------------------------------------~->

****  EDIT YOUR POSTINGS !!!! ****
Please remove as much as possible from original messages before replying to them.
________________________________________________ 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

Reply via email to