files
Class: matlab.buildtool.Plan
Namespace: matlab.buildtool
Syntax
Description
fc = files(
creates file collections from the specified paths plan
,p
)p
and returns the
file collections as a matlab.buildtool.io.FileCollection
array the same size as p
.
If p
contains relative paths, the method uses the root folder of
plan
to convert them to absolute paths.