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.
According to CF documentation:
System.IO.File.SetCreationTime() - is not supported
System.IO.FileInfo.CreationTime - is read only
Any "framework" suggestions will be appreciated.