Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
ok, thanks!
How can we filter files based on Date from a directory and print those filename.
for example i want to copy all the file to other folder which is 6 months old.
@sbxr , use a tFileList to iterate each file in the directory, and then use a tFileProperties to read the file properties including mtime, filename etc, check the mtime to determine if it is needed to move.