Hi,
About a month ago I asked about how to copy folder and people helped me and the code did work but now I don't know what is the problem in this code if somebody help me please I really appreciate it. Take a look at the code in the bottom and tell me what is wrong with it:

Code
===========================================
Dim FSO As Scripting.FileSystemObject
Set FSO = New Scripting.FileSystemObject
FSO.CopyFolder dirsource & "\MMSS", dirpath, true
===========================================
END
:dirsource is a directory control
NOTE: Assume the MMSS folder exist in the path I choose from the directory path.

When I run the program I get an error message that the path is not found. I don't know what to do. If you can see a problem which I can not see please tell me.

Thank you :Confused: