MediaStorage.get_file_list#

MediaStorage.get_file_list(folder_path: str) List[str][source]#

Returns list of media and file listings in the given absolute folder path.

Parameters:

folder_path (str) – absolute folder path

Returns:

file listings in the given absolute folder path NOTE:media listings may be logically consolidated entries

Return type:

List[str]