News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Removing files from a project

Started by roxlu, August 09, 2009, 09:00:35 PM

Previous topic - Next topic

roxlu

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