📄 cd.m
字号:
function resp = cd(cc,dirname)
%CD Changes the working directory used by Code Composer Studio(tm).
% CD(CC,DIR) will change the working directory used by Code
% Composer Studio to the directory passed by the string DIR.
% The directory must exist for the change to occur. Note,
% relative directory names are applied from the working
% directory of Code Composer.
%
% WD=CD(CC) returns the working directory used by Code Composer
% Studio.
%
% Note, this CC method only impacts the Code Composer Studio
% application and does not effect any Matlab paths or directories.
% Therefore this method alters the default directory for just CC.OPEN
% and CC.LOAD. Futhermore, the default directory can also be changed
% (manually) from within Code Composer Studio. For example, loading
% a workspace file will modify the default directory.
%
% See also DIR, OPEN, LOAD
% Copyright 2002 The MathWorks, Inc.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -