Main Content
supportsFile
Class: io.reader
Namespace: io
Syntax
supported = supportsFile(obj,filename)
Description
returns the logical value supported
= supportsFile(obj
,filename
)supported
that indicates whether the custom
reader specified by obj
supports the file specified by
filename
. The Simulation Data Inspector always checks whether a file is
supported based on the file extension alone. Use the supportsFile
method to
specify code for additional support validation.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2020b