Main Content
getCurrentFileStore
Description
gets the
store
= getCurrentFileStoreFileStore
object of the current job or pool on a worker. Use the
store
to copy files from workers that can be retrieved by clients
later, even while the job is still running. If getCurrentFileStore
is
executed in a MATLAB® session that is not a worker, you get an empty result.
Examples
Output Arguments
Version History
Introduced in R2022a
See Also
FileStore
| isKey
| keys
| remove
| copyFileToStore
| copyFileFromStore
| getCurrentValueStore