[Mono-dev] [PATCH] System.IO.FileInfo.IsReadOnly

Gert Driesen gert.driesen at telenet.be
Thu Sep 21 22:58:32 EDT 2006



> -----Original Message-----
> From: mono-devel-list-bounces at lists.ximian.com [mailto:mono-devel-list-
> bounces at lists.ximian.com] On Behalf Of Gonzalo Paniagua Javier
> Sent: vrijdag 22 september 2006 4:55
> To: mono-devel-list at lists.ximian.com
> Subject: Re: [Mono-dev] [PATCH] System.IO.FileInfo.IsReadOnly
> 
> On Thu, 2006-09-21 at 22:30 -0400, joel reed wrote:
> > Attached please find an implementation of
> > System.IO.FileInfo.IsReadOnly, a .Net 2.0 method.
> >
> > See
> > http://msdn2.microsoft.com/en-
> us/library/system.io.fileinfo.isreadonly
> > .aspx
> 
> Your patch and test are in svn now.
> Thanks.

To really test it, you should have two separate FileInfo instances, and only
modify the IsReadOnly property with one instance and verify it with the
other one.

Gert




More information about the Mono-devel-list mailing list