hi guys, i want to put all files under a folder into array, how do i do that???
for example
Code:
dim array(0)
for i to 0 to FileCount
array(i) = folder.file(i)
next i
i don't know if its something like this or not, but please help me,,,thanx