remove - Remove file from active CCS IDE project

Syntax

remove(cc,'filename')
remove(cc,'gelfilename')

Description

remove(cc,'filename') deletes the file specified by filename from the active project in CCS IDE. You can remove files that exist in the active project only. filename must match the name of an existing file exactly to remove the file.

remove(cc,'gelfilename') deletes the file specified by gelfilename from the active project in CCS IDE. You can remove files that exist in the active project only. gelfilename must match the name of an existing file exactly to remove the file.

Examples

After you have a project in CCS IDE, you can delete files from it using remove from the MATLAB® software command line. For example, build a project and load the resulting .out file. With the project build complete, load your .out file by typing

load(cc,'filename.out')

Now remove one file from your project, such as the GEL file.

remove(cc,'gelfilename')

You see in CCS IDE that the GEL file no longer appears in the GEL files folder in CCS.

See Also

activate, add, cd, open

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS
 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS