I simplified it a little:

----------------------------------------------------------------------
local plugfolder,plugs,num,fh,sName,sFuncs

plugfolder=pprofolder++?"plugins\" ;; depends on configuration
file.allfiles(plugfolder++"*.dll",?'plugs=plugs++file.name(_file_)++" "')
;plugs="clip date event file float int64 map note vec win"
num=word(plugs,0)

fh=file.open(plugfolder++"_plugins_.txt","w")

for(local i=1;i<=num;i++)
sName=word(plugs,i)
sFuncs=dll.get_funcs(plugfolder++sName++".dll")
sFuncs[?"\b\w+\b"]=sName++?".\0"
fh.writeline(sFuncs)
endfor

fh.close
quit
----------------------------------------------------------------------

Sean





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
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