Hello,
I am trying to do the following:
- I receive a file every week. In one line of the file I have something like "Values from 03/05/2004 to 09/05/2004".
I need to check if the last date of that line of the file (in this case 09/05/2004) is less than or equal to the end of the month (31/05/2004). If so, I need to copy the file to c:\tmp. If the condition is false it doesn't do anything.
Can you help me solving this?
Thanks
I am trying to do the following:
- I receive a file every week. In one line of the file I have something like "Values from 03/05/2004 to 09/05/2004".
I need to check if the last date of that line of the file (in this case 09/05/2004) is less than or equal to the end of the month (31/05/2004). If so, I need to copy the file to c:\tmp. If the condition is false it doesn't do anything.
Can you help me solving this?
Thanks