hi..
im new in v.5 in v.4 is very easy how copy file to my folder in program files folder?![]()
Professional Software Development Tools
hi..
im new in v.5 in v.4 is very easy how copy file to my folder in program files folder?![]()
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:(
Try this:
Code: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:
Look in the help file under: Shell.GetFolder