D
Daniel Bass
I want to write a function that deletes files at a given location older than
a set amount of days...
in .Net you can just call GetFileSystemEntries(...) to get the list and
create a FileInfo object for the details you need... How would i do this in
VB 6.0?
Thanks! =o)
Dan.
a set amount of days...
in .Net you can just call GetFileSystemEntries(...) to get the list and
create a FileInfo object for the details you need... How would i do this in
VB 6.0?
Thanks! =o)
Dan.