Skip to main content
Inspiring
March 13, 2008
Question

Help

  • March 13, 2008
  • 1 reply
  • 486 views
Our system is set so our client will be able to send in files (text file or word or pdf) to one specific folder in our server. How can I write in CF codes to check if new files have arrived each day o be fruther manipulated?
Is this possible?
This topic has been closed for replies.

1 reply

Inspiring
March 13, 2008
What you can do is use cfdirectory and get dateLastModified from each file. This will give you date when was file last modified!
Inspiring
March 13, 2008
You might also use schedule tasks to check the directory for new content and process any new files on a regular basis.
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_r-s_11.html#1843993