Hi,
I am using a function to send an email through lotus notes, which is fine
however I need to attach recent files to the outgoing email.
my files are stored as name_surname dd.mm.yy
my question is, is there a way of using VB to check for the most recent date?
Alex Dybenko - 13 Sep 2005 14:02 GMT
Hi,
you can read file names in array (using DIR), then sort there in order to
find latest one (perhaps first you need to modify name to name_surname
yy.mm.dd format)

Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> Hi,
>
[quoted text clipped - 5 lines]
> my question is, is there a way of using VB to check for the most recent
> date?
Alex Dybenko - 13 Sep 2005 14:02 GMT
Hi,
you can read file names in array (using DIR), then sort there in order to
find latest one (perhaps first you need to modify name to name_surname
yy.mm.dd format)

Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> Hi,
>
[quoted text clipped - 5 lines]
> my question is, is there a way of using VB to check for the most recent
> date?
Songoku - 20 Sep 2005 13:50 GMT
Thanks for getting back to me,
any code examples would be mucho appreciated....
> Hi,
> you can read file names in array (using DIR), then sort there in order to
[quoted text clipped - 10 lines]
> > my question is, is there a way of using VB to check for the most recent
> > date?
Alex Dybenko - 20 Sep 2005 18:35 GMT
Hi,
you can find a sample code in muy backup solution sample:
http://www.pointltd.com/Downloads/Details.asp?dlID=49

Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> Thanks for getting back to me,
>
[quoted text clipped - 15 lines]
>> > my question is, is there a way of using VB to check for the most recent
>> > date?