
Atm, the filenames with its extension will displayed in the column like using the constant #PB_Explorer_Name !!! Atm we have this two flags:
Code: Select all
#PB_Explorer_Name : displays the name of the file/directory
#PB_Explorer_Type : displays a string describing the filetype
Code: Select all
#PB_Explorer_Name : displays the name of the file/directory (only filename WITHOUT extension *.xxx)
#PB_Explorer_NameEx : displays the name of the file/directory (WITH its extension = as it is atm)
#PB_Explorer_Type : display only the extension (mostly 3 chars)
#PB_Explorer_Description : displays a string describing the filetype
#PB_Explorer_Attributes : displays the attributes of the file/directory
What do you think about this? Still waiting for replies to discuss this feature

EDITED:
Another point i would really like... #PB_Explorer_Attributes display only the actual attribulte left aligned... why not display it in a way like
ASDH --D- A--- !?? So people have a better and faster overview of each file attribute
