I have found this on internet:from dbruntime.dbutils import FileInfodef get_size_of_path(path): return sum([file.size for file in get_all_files_in_path(path)])def get_all_files_in_path(path, verbose=False): nodes_new = [] nodes_new = dbutils.fs.ls...