Hi,
I have a programming running that is outputting excel spreadsheets. I want to create a new directory every Friday, and put only the spreadsheets that are created from Friday - Thursday. I know how to create the directory and put Friday's files into it, but if there are Monday files I don't know how to tell it to put files into the Friday directory.
Example:
Directory created Friday 4/4/2003. All files created from 4/4/2003-4/10/2003 are put into the 4/4/2003. Then a new directory is created on 4/11/2003, and the next week's files are put in there.
I have been playing around with the FirstDayofWeek in Now Function, and am wondering how i set the firstdayofweek to Friday. Please help.
I have a programming running that is outputting excel spreadsheets. I want to create a new directory every Friday, and put only the spreadsheets that are created from Friday - Thursday. I know how to create the directory and put Friday's files into it, but if there are Monday files I don't know how to tell it to put files into the Friday directory.
Example:
Directory created Friday 4/4/2003. All files created from 4/4/2003-4/10/2003 are put into the 4/4/2003. Then a new directory is created on 4/11/2003, and the next week's files are put in there.
I have been playing around with the FirstDayofWeek in Now Function, and am wondering how i set the firstdayofweek to Friday. Please help.