I am beginner in Livecode, I am looking for the code of delete files older than x days
How to delete files older than x days with directories
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
How to delete files older than x days with directories
Hi,
I am beginner in Livecode, I am looking for the code of delete files older than x days

I am beginner in Livecode, I am looking for the code of delete files older than x days
--
Thanks
Shalu S
Thanks
Shalu S
Re: How to delete files older than x days with directories
Hi shalu,
ok, the first part is easy:
...
delete file "path/to/file.file"
...
For getting the date of files, check "files" (long | detailed files) in the dictionary!
Best
Klaus
ok, the first part is easy:
...
delete file "path/to/file.file"
...
For getting the date of files, check "files" (long | detailed files) in the dictionary!
Best
Klaus