setFileExtensions
Class: target.BuildTool
Namespace: target
Syntax
myBuildTool.setFileExtensions(fileTypeName,extensionValues)
Description
myBuildTool.setFileExtensions(
sets the file extensions for the named file type to the specified value.fileTypeName,extensionValues)
If the FileExtensions property does not contain the corresponding
target.FileExtensionSet object, the method appends a new object.
If the file type name is not listed in the target.BuildToolType object,
the method produces an error.
Input Arguments
Examples
Version History
Introduced in R2023a