Opened 13 years ago
Closed 13 years ago
#115 closed defect (invalid)
JavaIO
Reported by: | ebm1991 | Owned by: | |
---|---|---|---|
Priority: | Feedback Pending | Milestone: | |
Component: | general | Version: | 1.6.0-b22 WSE |
Severity: | medium | Keywords: | |
Cc: |
Description
the methods to obtain disk space not all working correctly, no return is
obtained.
getFreeSpace()
getTotalSpace()
I am writing a file manager and testing in Windows and eCS.
will continue testing.
Change History (2)
comment:1 by , 13 years ago
Priority: | major → Feedback Pending |
---|---|
Severity: | highest → medium |
comment:2 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
as our test showed it works and no more feedback i assume it's fixed. if you still have problems use latest odin, retry and open a new ticket if it's still not working. but in the new ticket also show the code you use.
Note:
See TracTickets
for help on using tickets.
Thank you for the report. I assume that you mean the methods of the java.io.File class. And they work as designed (tested with the WSE build). This sample program:
gives me the correct amounts of free and total space for the tested drives.
Please check everything again and clarify your bug report.