I can copy to the source folder but for the life of me I can't get it to copy to the AutoPlay\\Images folder.
Someone show me how it is done on that line please
Thanks so much .
Code:ImgF = Dialog.FileBrowse(true, "Locate File", _DesktopFolder, "All Files (*.*)|*.*|", "", "dat", false, false); if ImgF[1] ~= "CANCEL" then TheFile = ImgF[1] if ImgF[1] ~= "CANCEL" then File.Copy(ImgF[1], _SourceFolder .. "\\background.jpg", true, true, false, true, nil); Image.Load("Image7", TheFile); Page.Redraw(); end end


