Trait Posted September 27, 2006 Posted September 27, 2006 Evening everyone, I'm writing a small gui to help copy information from one location to another... I'd like to find directory information to populate my combo button options... I was hoping to get all the subfolders into an array so I can throw them in the combo. Do any of you know a way to get all the subfolders in a set directory? I'll be selecting the main folder using "FileSelectFolder"
Trait Posted September 27, 2006 Author Posted September 27, 2006 Anyone know how to do this? I want to select a main folder "Data" or what ever. Then populate a combo menu with the subfolders of that main folder. Is this possible? useless? Anyone?
xcal Posted September 27, 2006 Posted September 27, 2006 Look at FileFindFirstFile, FileFindNextFile, and FileGetAttrib. How To Ask Questions The Smart Way
Uten Posted September 27, 2006 Posted September 27, 2006 #include <File.au3> _FileListToArray($sPath, "*" , 2) Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
Trait Posted September 28, 2006 Author Posted September 28, 2006 Thanks for the info guys. Ill take a look at these options and see if I can't fit them in. I got the program working lastnight but not in a polished form... It's a bit rough but I was able to do 500 reports in an hour because of it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now