Author Topic: Removing files from a project  (Read 4552 times)

Offline roxlu

  • Multiple posting newcomer
  • *
  • Posts: 35
Removing files from a project
« on: August 09, 2009, 09:00:35 pm »
Hi, is there a way to remove files from a project? I'm writing a plugin which let you add addons (.cpp/.h/.dll/.a etc..) to a project based on a xml file. You are also able to remove these addons again from your project.  Currently I'm looping through each of the addon files, than through each of the files in the project an then I remove the file by the found index.

I'm wondering if there is a way to remove files from a project by using their path? (relative/absolute)

roxlu