This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/21221] [Win32] File.isHidden() method always returns 'true' in windows.


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]