Top "File-attributes" questions

Question regarding create/read/update file attributes in code

Get File Creation Date Over HTTP

Given a file on a webserver (e.g., http://foo.com/bar.zip -> only accessible through HTTP), is …

http language-agnostic attributes download file-attributes
c# check if a directory is hidden?

Possible Duplicate: How to test if directory is hidden in C#? DirectoryInfo dir = new DirectoryInfo(@"c:\test"); if ((dir.Attributes &…

c# directory file-attributes
Windows Command Line - Changing a file modified timestamp to an earlier datetime

in windows command line i can use the following to change the timestamp of a file to the current datetime: …

windows command-line file-attributes
Modifying file properties/metadata

I can get a file's properties/metadata by calling Shell32.Folder.GetDetailsOf, but I can't seem to figure out how …

c# pinvoke file-attributes file-properties