Results 1 to 6 of 6
- 04-16-2009, 03:36 PM #1
Member
- Join Date
- Apr 2009
- Posts
- 4
- Rep Power
- 0
FileSystemView getSystemDisplayName bug with Vista
Hi
Here is my problem :
I want to display the list of folders which are on my disk. I use the FileSystemView class and particularly the getSystemDisplayName method which should return the folder name as it would appear in a browser for instance( ex : Mes images (in french) instead of the "pictures")
It works fine with all of the OS but Vista. I have "pictures" folder displayed instead of the "Mes images" folder. I know things changed from XP to Vista because of the virtual folders so could anyone tell me how (or if) I could get localized folders names in Java when I am running on Vista system
Thanks to everyone
- 04-16-2009, 03:49 PM #2
Obvious question, but have you checked whether Vista actually has localised folder names?
Don't forget to mark threads as [SOLVED] and give reps to helpful posts.
How To Ask Questions The Smart Way
- 04-16-2009, 03:59 PM #3
Member
- Join Date
- Apr 2009
- Posts
- 4
- Rep Power
- 0
it does
All my folders are in French as they appear in the window explorer
- 04-16-2009, 04:01 PM #4
Member
- Join Date
- Apr 2009
- Posts
- 4
- Rep Power
- 0
or there is probably something I miss...
I know there is a thing with the shell32.dll and the registry...
- 04-16-2009, 04:31 PM #5
The folder names will be stored in a dll referenced by the desktop.ini in the relevant folder. I don't think there's an easy solution.
Don't forget to mark threads as [SOLVED] and give reps to helpful posts.
How To Ask Questions The Smart Way
- 04-16-2009, 04:35 PM #6
Member
- Join Date
- Apr 2009
- Posts
- 4
- Rep Power
- 0
Similar Threads
-
Applying Vista Buttons for Java JButton
By viswanadh7 in forum AWT / SwingReplies: 4Last Post: 03-13-2009, 11:28 AM -
Setting classpath in Vista
By dawiz001 in forum New To JavaReplies: 2Last Post: 02-25-2009, 05:00 PM -
java doesnt allow vista to work
By 10rosas in forum New To JavaReplies: 5Last Post: 12-22-2008, 04:23 PM -
run java signed applet in vista
By nanaji in forum Java AppletsReplies: 7Last Post: 05-14-2008, 11:59 AM -
Jar Files on Vista
By Cazrin in forum Advanced JavaReplies: 4Last Post: 01-09-2008, 06:19 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks