PDA

Click to See Complete Forum and Search --> : RESOLVED ::: Date Modified & Images


Canibus
Mar 16th, 2004, 03:45 PM
i was wondering if it's
possible to get the Date Modified of an image
from where it's stored,like on my h:?

if so, how do you do that in code?


thax=nx

MarkusJ_NZ
Mar 16th, 2004, 07:17 PM
Take a look at System.IO namespace...


Dim oFile As New System.IO.FileAttributes()

Canibus
Mar 17th, 2004, 01:32 PM
thanx

MarkusJ_NZ
Mar 17th, 2004, 01:34 PM
Cool, Do you want to post your code in case someone else needs it in the future?? :D
Cheers
MarkusJ