Thread: Dumb Netbeans Q
View Single Post
  #9 (permalink)  
Old 05-25-2008, 03:35 PM
carderne carderne is offline
Member
 
Join Date: Nov 2007
Posts: 46
carderne is on a distinguished road
That only returns the immediate directory that the selected file is in.

i.e. If the selected file was: C:\files\lists\songs.txt
then getCurrentDirectory returns lists, and getSelectedFile returns songs.txt

Surely that isn't how it's suppose to be, because this makes it quite useless...
Reply With Quote