Main Content
populateFoldersFromLocation
Class: matlab.io.datastore.FoldersPropertyProvider
Namespace: matlab.io.datastore
Syntax
populateFoldersFromLocation(ds,location)
Description
populateFoldersFromLocation(
populates the ds
,location
)Folders
property of the datastore ds
using the location
input to the datastore.
If your custom datastore class inherits from matlab.io.datastore.FoldersPropertyProvider
, then you can call
populateFoldersFromLocation
in the datastore constructor of the class to
populate the Folders
property.
Input Arguments
Examples
Version History
Introduced in R2020a