hello.....
i have problem with getting file list from directory.
normally, if i gave path string, i can get.
"]File main_dir = new File ("C:");"
but i want to get file list with using string variable....
"File temp_dir = new File (string_variable);"
string_variable comes from a jtree.
when i did, it returned empty, there was no array.
soneone know how can i do?
regards

