View Full Version : how copy files to programfile folder
hi..
im new in v.5 in v.4 is very easy how copy file to my folder in program files folder?:p
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);
thanks Brett for your suport work;)
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
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.