FileSystemInfo.LastWriteTime property is readonly in CF.
Is there an alternative way to change that date?
| |||||
feedback
|
|
P/Invoke SetFileTime. EDIT Something along these lines (warning: untested)
| |||||||||||
feedback
|