Main Content
findFile
Find single project file by name
Starting in R2024a, use findFiles
instead of findFile
for more flexible
solutions. findFiles
offers advanced search capabilities that include finding files
by label, category, and more.
Description
gets the file in the specified project with the specified name. You need to get a
file before you can query labels, or use the file
= findFile(proj
,fileOrFolder
)addLabel
or removeLabel
function.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019a
See Also
currentProject
| openProject
| addLabel
| removeLabel
| findCategory
| findLabel