cyprus106
Programmer
- Apr 30, 2001
- 654
50 points for this one...
Alright, so I've got files and directories rolling in and getting mixed all together. The simple solution was to check and see which items were using zero memory. The ones that did, I wanted to put in their own TStringList. It's pretty much a filter. files go in one stringlist and directories go in the other based on 0 memory usage. Once the proggie filters through the lists, I insert the directory StringList and then the files StrLst list into a ListView.
The problem is that both types have modified dates and attributes, which I wanted to include in the list. I, however, can't for my life get substrings for the attributes. (Columns, whatever...) Isn't there any property or anything that I can put in multiple columns of data? And for the love of God! please don't tell me to make an invisible ListView or ListBox!
Cyprus
Alright, so I've got files and directories rolling in and getting mixed all together. The simple solution was to check and see which items were using zero memory. The ones that did, I wanted to put in their own TStringList. It's pretty much a filter. files go in one stringlist and directories go in the other based on 0 memory usage. Once the proggie filters through the lists, I insert the directory StringList and then the files StrLst list into a ListView.
The problem is that both types have modified dates and attributes, which I wanted to include in the list. I, however, can't for my life get substrings for the attributes. (Columns, whatever...) Isn't there any property or anything that I can put in multiple columns of data? And for the love of God! please don't tell me to make an invisible ListView or ListBox!
Cyprus