updateFilePathsAndExtensions
Update files in build information with missing paths and file extensions
Description
updateFilePathsAndExtensions(
specifies the file name extensions (file types) to include in search and update
processing.buildinfo
,extensions
)
Using paths from the build information, the
updateFilePathsAndExtensions
function checks whether file
references in the build information require an updated path or file extension. Use
this function to:
Maintain build information for a toolchain that requires the use of file extensions.
Update multiple customized instances of build information for a given model.
If you use updateFilePathsAndExtensions
, you call it after
you add files to the build information. This approach minimizes the potential
performance impact of the required disk I/O.
Examples
Input Arguments
Version History
Introduced in R2006a
See Also
Topics
- Customize Post-Code-Generation Build Processing (Simulink Coder)