10
Vote

Add more File.* and Directory.* to LongPathFile and LongPathDirectory

description

It would be helpful to have Long Path versions of all the File.* and Directory.* methods.

comments

jfree wrote Apr 9, 2010 at 6:29 PM

thank you for the suggestion. We'll look into this request.

davkean wrote Apr 11, 2010 at 9:49 PM

So that we can prioritize, is there any particular method that you feel you need?

Cyber_Sinh wrote Jul 17, 2010 at 4:54 PM

To get or change files attributes, we need:
File.GetAttributes method
File.SetAttributes method

To change or get folders attributes, we need:
DirectoryInfo class, with the Attributes property in .NET 4

So, you could add Directory.SetAttributes and Directory.GetAttributes in Experimental.IO

fptmark wrote Sep 1, 2011 at 12:40 AM

I would like to see GetAttributes implemented