to "map" root folder that has childs files and folder
every folder has
name, path, parent, files, folders
folders is a list of same folder model
every file has
name, path, parent
how can I map it like that?
from pathlib import Path
I use pathlib of course, because it awesome But I don't know how to map with it in the end, I need to store this map into file It's for file manager
pathlib is really slow tho
Обсуждают сегодня