Hi
I make any File in PC, and I transfer him to PPC (Windows mobile)
How I can get the Modified date of this file ?
(I need it in Windows mobile)
thank's in advance
Hi
I make any File in PC, and I transfer him to PPC (Windows mobile)
How I can get the Modified date of this file ?
(I need it in Windows mobile)
thank's in advance
FileInfo.LastWriteTime
and FileInfo.LastWriteTimeUTC
should register this information.