MATLAB Link for Code Composer Studio Development Tools | ![]() ![]() |
Remove a file from the active CCS IDE project
Syntax
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.
Examples
After you have a project in CCS IDE, you can delete files from it using remove
from the MATLAB command line.
See Also
![]() | reload | reset | ![]() |