Search found 1 match

by Izza24
Wed Nov 21, 2012 3:20 am
Forum: Feedback
Topic: Set LastWriteTime in the Compact Framework
Replies: 1
Views: 13536

Set LastWriteTime in the Compact Framework

I need to change the LastWriteTime property in a smart device project (Windows Mobile 6 Professional), so I'm using the Compact Framework. The File class has the support to get the last write time (File.GetLastWriteTime), but the method File.SetLastWriteTime is not supported. I tried using FileInfo ...