O.P. RE: Help With PlusWnd.GetControlText
I've been testing the script and I know where the problem is: The dir_path variable is taking the path ok, but at this line the script takes it the wrong way:
oFSO.CopyFile(Contact.DisplayPicture,dir_path+Contact.Email+".png");
Let's assume I typed: C:\Fotos
1.- dir_path stores it correctly
2.- the pictures go to C:\ and the name starts with "Fotos", so it doesn't take "Fotos" as part of the path.
How can I correct this?
This post was edited on 06-06-2007 at 04:03 PM by pedro_cesar.
|