Code:
Problem description:
I am trying to get a list of files inside a directory is this possible?
Copyright © 2025 BYOND Software.
All rights reserved.
Code:
Problem description: I am trying to get a list of files inside a directory is this possible? |
Be careful where you use this. If recursion is enabled, this will continue without limits until every file is found! If you do something stupid, like run getallfiles("C:/"), it will run for a VERY, VERY, VERY long time! You have been warned.
If it makes you feel better, you can just set recursion = 0 in the definition.