PDA

View Full Version : how copy files to programfile folder


mx00
01-01-2004, 11:30 PM
hi..

im new in v.5 in v.4 is very easy how copy file to my folder in program files folder?:p

mx00
01-02-2004, 08:46 AM
i use this action but not copy my file

File.Copy("language\\myfolder\\myfile.text", "_ProgramFilesFolder\\myfolder", true, true, false, true, nil);

whats rong in this action any help please

excuse my english:(

Brett
01-02-2004, 09:14 AM
Try this:

File.Copy("language\\myfolder\\myfile.text", _ProgramFilesFolder.."\\myfolder", true, true, false, true, nil);

mx00
01-02-2004, 05:40 PM
thanks Brett for your suport work;)

mx00
01-02-2004, 08:12 PM
i need help again now is to copy my files to common files folder
i read help file but i dont see nothing about this.

any help please:rolleyes:

Brett
01-02-2004, 10:14 PM
Look in the help file under: Shell.GetFolder