Hi, I'm working on a script similar to stormbot (i.e. it's a 'general purpose' script), but the filesize is getting stupidly large considering most updates are bug fixes correcting one line of code, so I've decided to make it modular - the only problem is how to detect which modules have been downloaded.
Basically, I want the script to search the directory for *.MDs, and add the file to a list, I'm not sure how to do this though - there's a command in the files module for directory listings iirc, but that means forcing users to load that. I could also do exec ls *.MDs or whatever, but that's making it *nix specific.