How to change a file creation time in CF?

  • Thread starter Thread starter Mitko
  • Start date Start date
M

Mitko

Is there a way to change a file creation time using .NET Compact Framework?

According to CF documentation:
System.IO.File.SetCreationTime() - is not supported
System.IO.FileInfo.CreationTime - is read only


Any "framework" suggestions will be appreciated. :)
 
Back
Top