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
Printable View
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
Take a look at System.IO namespace...
VB Code:
Dim oFile As New System.IO.FileAttributes()
thanx
Cool, Do you want to post your code in case someone else needs it in the future?? :D
Cheers
MarkusJ