[Mono-dev] Incompatibility

Greg Young gregoryyoung1 at gmail.com
Fri Aug 10 17:07:44 UTC 2012


bizarre, their docs say it should throw but they don't.
http://msdn.microsoft.com/en-us/library/system.io.file.setattributes.aspx

Not sure which is better, what they say they do or what they do?

On Fri, Aug 10, 2012 at 10:01 AM, Greg Young <gregoryyoung1 at gmail.com> wrote:
> [Test]
> public void does_not_throw_exception_on_non_existing_file() {
>    Assert.DoesNotThrow(() => File.SetAttributes("DOESNOTEXIST",
> FileAttributes.ReadOnly));
> }
>
> Cheers,
>
> Greg
>
> --
> Le doute n'est pas une condition agréable, mais la certitude est absurde.



-- 
Le doute n'est pas une condition agréable, mais la certitude est absurde.


More information about the Mono-devel-list mailing list