Opened 13 years ago
Closed 13 years ago
#114 closed defect (fixed)
FileSystemView.getFileSystemView().getSystemTypeDescription( driveletter )
Reported by: | ebm1991 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | GA |
Component: | general | Version: | 1.6.0-b22 WSE |
Severity: | highest | Keywords: | |
Cc: |
Description
the above should return drive type when given a root letter, under windows "Local Disk", "Removable Disk", "CD Drive", "Network Drive" etc... but under eCS 2.1 nothing is returned.
Change History (2)
comment:1 by , 13 years ago
Milestone: | → GA |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Turned out to be an Odin problem. The first part of it (returning garbage) was fixed in r 21637 and 21638 (which made it work exactly as in innoTek Java 1.4). The second part where I added differentiation between drive types is done in r 21639, so that it works much like in OpenJDK on Win32 now.
Note:
See TracTickets
for help on using tickets.
Confirmed. Looking at it.