08-06-2008, 02:33 PM
i am not sure if this is the mistake
Actual:
Function FileMove("D:\ccc, D:\Target")
Should be like
Function FileMove("D:\ccc", "D:\Target")
Actual:
Function FileMove("D:\ccc, D:\Target")
Should be like
Function FileMove("D:\ccc", "D:\Target")