[fpc-pascal] fpc-pascal@lists.freepascal.org

2008-04-21 Thread anonymous anonymous
I'd like to ask if there is any way to change the timestamp of directories under DOS/Win. I'm writing a small command-line utility for file/dir manipulations. The only unit I've used is "sysutils". It has "fileage" and "filesetdate". Under DOS, these functions work well for files, but not for

[fpc-pascal] changing datetime of directories under DOS/Win

2008-04-21 Thread anonymous anonymous
I'd like to ask if there is any way to change the timestamp of directories under DOS/Win. I'm writing a small command-line utility for file/dir manipulations. The only unit I've used is "sysutils". It has "fileage" and "filesetdate". Under DOS, these functions work well for files, but not for

[fpc-pascal] RE: changing datetime of directories under DOS/Win

2008-04-22 Thread anonymous anonymous
> On Tue, 22 Apr 2008, anonymous anonymous wrote: > >> I'd like to ask if there is any way to change the timestamp of directories >> under DOS/Win. >> >> I'm writing a small command-line utility for file/dir manipulations. The >> only unit