[Bug libgcj/21221] [Win32] File.isHidden() method always returns 'true' in windows.
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Apr 25 17:54:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-25 17:53 -------
Hmm, we should have got an exception or an assert:
JvAssert (query == DIRECTORY || query == ISFILE);
oh, well.
The problem can be seen in natFileWin32.cc in that _stat does not understant ISHIDDEN at all.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|java |libgcj
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-04-25 17:53:46
date| |
Summary|File.isHidden() method |[Win32] File.isHidden()
|always returns 'true' in |method always returns 'true'
|windows. |in windows.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21221
More information about the Java-prs
mailing list