
save
Command Result
save(cc,'all','text')
Save all open text files.
Includes source files, li braries,
command files, and others.
save(cc,'my_source.cpp','text')
Save the text file
my_source.cpp.
save(cc,[],'text')
Save the active file window.
See Also add, cd, close, open
7-146