Main Content
getFiles
Class: matlab.io.datastore.FileWritable
Namespace: matlab.io.datastore
Syntax
f = getFiles(ds)
Description
returns a list
of files backing the datastore f
= getFiles(ds
)ds
.
If your custom datastore subclasses from matlab.io.datastore.FileWritable
,
then it inherits a getFiles
method that refers to the
Files
property of the datastore. So, if the datastore does not have a
Files
property, then you must implement your own
getFiles
method in the subclass.
Input Arguments
Output Arguments
Version History
Introduced in R2020a