rollout test ""
(
dropDownList ddl1 "Languages" pos:[14,9] width:123 height:10
label asd "asdfg" button li "dsd"
on li pressed do
(
ddl1.items=(for f in getdir (#maxRoot +"\\test\\*.*") collect getFilenameFile f )
)
) createdialog test
How do I lists the files in the test folder ?
By yunusbbayram · 2011-05-30
br0t · 2011-05-30
Anubis · 2011-05-31