[Mono-bugs] [Bug 75582][Nor] New - Set file attribute to FileAttributes.Hidden has no effect on Linux

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 19 09:23:01 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by xenomorph2 at onlinehome.de.

http://bugzilla.ximian.com/show_bug.cgi?id=75582

--- shadow/75582	2005-07-19 09:23:01.000000000 -0400
+++ shadow/75582.tmp.26493	2005-07-19 09:23:01.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 75582
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: xenomorph2 at onlinehome.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Set file attribute to FileAttributes.Hidden has no effect on Linux
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+If you try to change the file attribute of a file to FileAttributes.Hidden
+nothing happens on Linux. The file is still visible and not hidden. 
+
+Steps to reproduce the problem:
+1. File.SetAttributes("filename", File.GetAttributes("filename") |
+FileAttributes.Hidden);
+
+Actual Results:
+File is still visible.
+
+Expected Results:
+File should be hidden.
+
+How often does this happen? 
+Everytime ;)
+
+Additional Information:


More information about the mono-bugs mailing list