Hi
I am trying to find a way of picking out the latest .LOG file from a
directory. I have been looking at:
MyName = Dir(MyPath, vbNormal) ' Retrieve the first entry.
{loop etc.}
If (GetAttr(MyPath & MyName) And vbNormal) = vbNormal Then
I don't know whether this can obtain the date stamp for me, but could anyone
point me in the right direction please?
Thanks
Matthew
I am trying to find a way of picking out the latest .LOG file from a
directory. I have been looking at:
MyName = Dir(MyPath, vbNormal) ' Retrieve the first entry.
{loop etc.}
If (GetAttr(MyPath & MyName) And vbNormal) = vbNormal Then
I don't know whether this can obtain the date stamp for me, but could anyone
point me in the right direction please?
Thanks
Matthew
Comment