Rank: Newbie Groups: Member
Joined: 2/14/2008 Posts: 2
|
I need some help in retrieving the file selected. Only the file name. Not including the root folder.
The getSelectedFile always get [root folder]\file name.
I just need the file name excluding the root folder.
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You will just have to split the file name yourself to remove the root folder.
Thanks!
|