Ignore:
Timestamp:
6/13/2010 12:29:44 AM (2 years ago)
Author:
lowjoel
Message:

Implements #273: Use NtSetInformationFile? to deeply set file times.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser.Util/NativeMethods/Kernel.cs

    r2076 r2155  
    456456 
    457457        public const uint FILE_READ_ATTRIBUTES = 0x0080; 
     458        public const uint FILE_WRITE_ATTRIBUTES = 0x0100; 
    458459        public const uint GENERIC_READ = 0x80000000; 
    459460        public const uint GENERIC_WRITE = 0x40000000; 
Note: See TracChangeset for help on using the changeset viewer.