Link to home
Start Free TrialLog in
Avatar of robrodp
robrodpFlag for Mexico

asked on

asp filenames into an array

I have a folder with n files and I need the names of these files to be loaded to an array.

5 files

dim files()
file(1)=´name1'
file(2)=´name2´
file(3)=´name3´
file(4)=´name4´
file(5)=´name5´

Si I can later open them and use their contents
ASKER CERTIFIED SOLUTION
Avatar of mvdeveloper
mvdeveloper

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial