MATLAB Link for Code Composer Studio Development Tools | ![]() ![]() |
Save files and projects in CCS IDE
Syntax
Description
save(cc,'filename','type')
save the file in CCS IDE identified by filename
of type 'type
'. type
identifies the type of file to save, either project files when you use 'project'
for type, or text files when you use 'text'
for the type
option. To save a specific file in CCS IDE, filename
must match the name of the file to save exactly. If you replace filename
with 'all'
, save
writes every open file whose type matches the type
option. File types recognized by save
include these extensions.
When you replace filename
with the null entry []
, save
writes to storage the current active file window in CCS IDE, or the active project when you specify 'project'
for the type
option.
Examples
To clarify the different save
options, here are six commands that save open files or projects in CCS IDE.
See Also
![]() | run | set | ![]() |