Lists all files recursively from the given directory
Returns absolute paths
Source code in niceml/data/storages/storageinterface.py
| @abstractmethod
def list_data(self, path: Optional[str] = None) -> List[str]:
"""Lists all files recursively from the given directory
Returns absolute paths"""
|