Working on a project, and I need in a text box, like a konsole ls or dir command for the current working directory to have displayed the files and the folders in the directory.
I know that with listboxes you could just use listbox.text as long as you had selected what you want, but a directory box doesn't have this. THough with a file list box you can use filelistbox.filename and it will display the currently selected filename.
Working on the program currently, I would appreciate any input possible.
Darssus