Question
Delete All FIles In A Folder
Hello,
I am would like to use cffile to delete all files in a directory every night to clean up pdf files that were created during the day. Is there a way to delete all files with naming each one? What would go in the file path?
<cffile action = "delete" file = "full_path_name">
Gary
I am would like to use cffile to delete all files in a directory every night to clean up pdf files that were created during the day. Is there a way to delete all files with naming each one? What would go in the file path?
<cffile action = "delete" file = "full_path_name">
Gary
