I make a file in PC, and I want to transfer it to a PPC (Windows Mobile).
How can I get the modified date of this file?
(I need it on Windows Mobile.)
Windows file properties You can also see the modified date by viewing the file properties. Right-click the file and select Properties. In the Properties window, the Created date, Modified date, and Accessed date is displayed, similar to the example below.
The modified date of a file or folder represents the last time that file or folder was updated. If you're having trouble with the modified dates of your files or folders, check out these frequently-asked questions.
You can use the Windows forfiles command to quickly get a list of the date modified and time modified of all of the files in a directory. Enter this script in a text file and save it with the extension '. bat'.
The touch command changes certain dates for each file argument. By default, touch sets both the date of last file modification and the date of last file access to the current time.
FileInfo.LastWriteTime
and FileInfo.LastWriteTimeUtc
should register this information.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With