Author Topic: creating wizard: copy files without add to project  (Read 2996 times)

Offline h8or

  • Multiple posting newcomer
  • *
  • Posts: 13
    • My personal webpage
creating wizard: copy files without add to project
« on: June 30, 2007, 09:00:34 pm »
Hello.
I'm creating a new project wizard.
I would like to copy files to directory of new project, but without add to project.
I see only one way to copy files: using function GetFilesDir().
This function add all files in project.
Is there another way to do this?