getFileStores

abstract fun getFileStores(localOnly: Boolean): List<OSFileStore>

getFileStores A function to retrieve the file stores of the system. This method can filter to return only local file stores if specified.

Return

A list of file stores that match the provided criteria.

Parameters

localOnly

A flag to indicate whether to return only local file stores (true) or all file stores (false).