Class: matlab.io.datastore.FoldersPropertyProvider
Package: matlab.io.datastore
Populate Folders property from datastore location argument
populateFoldersFromLocation(ds,location)
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.