in reply to Re: Search for oldest file in directories and its subdirectories
in thread Search for oldest file in directories and its subdirectories
I would suggest that the requirement for no "non standard" modules should go. It makes no sense. One might think that that would enhance reliability and platform independence, but really "non standard" modules are just code--just like yours. If they can port your code around, they can port any modules that are needed.
It might make sense to move them around with your code, however. Just sayin'.