void updateData() |
refreshes contents
|
BSTR getDirectory() |
returns the name of the current
directory
|
void setDirectory(BSTR dir) |
sets the current directory
|
BSTR getDrive() |
returns the name of the current
drive
|
void setDrive(BSTR drive) |
sets the current drive
|
BSTR getFileName() |
returns the name of the selected
file
|
BSTR getFilePath() |
returns the path to the selected
file
|
boolean isDirSelected() |
returns true if the selected
item is a directory |
long getSelectedCount() |
returns amount of selected items
|
long getNextSelectedItem(long pos) |
returns the index of the next
selected item (returns -1 if there is no selected item any more) |
long getFirstSelectedItem() |
returns the index of the first
selected item (returns -1 if there is no selected item) |