DEVLOG_2: This one took more time than I thought but now Loom is able to identify folder structure and files inside my SSD :]
The scanner walks the tree with readdir and stat, and for every file it stores the path (relative to /media), the name, file or directory, the type, size and modified time. all of that becomes a FileNode row in Postgres.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.