addFile
Add files or folders to project
Description
addFile(
adds files and folders to the project proj
,filesAndFolders
)proj
. When adding a
folder to the project, MATLAB® only adds the specified folder. To add the folder including any all
subfolders and files, use addFolderIncludingChildFiles
instead.
newfiles = addFile(
returns an array of proj
,filesAndFolders
)ProjectFile
objects for the added files.