ileandros Posted June 27, 2012 Posted June 27, 2012 Hi, I got a listbox which load/reads files from path given. I have added different checkboxes for example .exe / .ini / .mp3 which makes the list load these set types. Which one is the default to make it load/read Folders??? I tried these 2 but.... " *.* " / " * ". I feel nothing.It feels great.
AZJIO Posted June 27, 2012 Posted June 27, 2012 It would be great to understand where you have tried My other projects or all
zorphnog Posted June 27, 2012 Posted June 27, 2012 What do you mean when you say 'load/read' files? Are you using FileFindFirstFile and FileFindNextFile to find the files based on the filter? We need more information about the implementation of your 'load/read' (actual code would be even better).
ileandros Posted June 27, 2012 Author Posted June 27, 2012 I am searching the filter for the folders. As i said i have a list that loads items from path given (example @DesktopDir...) The way of giving the path at the list is sometimes FileOpenDialog, other FileListToarray and other _RecFileListToArray. Anyway this is a little bit complicated and it is gonna leed a long way. Nevermind i will find my way out. Thanks I feel nothing.It feels great.
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