Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    mx00 Guest

    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?

  2. #2
    mx00 Guest
    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:(

  3. #3
    Join Date
    Jan 2000
    Posts
    2,002
    Try this:

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

  4. #4
    mx00 Guest
    thanks Brett for your suport work

  5. #5
    mx00 Guest
    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:

  6. #6
    Join Date
    Jan 2000
    Posts
    2,002
    Look in the help file under: Shell.GetFolder

Similar Threads

  1. rename multiple files
    By jenny62 in forum Setup Factory 6.0
    Replies: 1
    Last Post: 04-13-2004, 01:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts