File System Tree Implementation - Javascript/Tree Data Structure

preview_player
Показать описание
An elaborated lite file system tree implementation, Setup work to implement a media file system on the web. File system tree.

next video to watch

Good other videos to watch

timeline:
0:00 - Intro
0:46 - File class
3:18 - Directory class
4:40 - insert and has item check
6:11 - get and remove the item
6:55 - Item class
8:30 - File System class
9:29 - create file and directory
9:54 - insert, has, get and remove the item
10:11 - rename item
10:57 - print directory
11:48 - open directory
12:38 - directory traversing
17:30 - find the item
19:42 - move the item

source code:

playlist:

blog

follow @:
Рекомендации по теме
Комментарии
Автор

Another great video. Keep making great video mate!

johnschmidt
Автор

wow massive... I'm trying if I can implement this in php as i was watching....

ladiza
Автор

#type: DIRECTORY_TYPE.DEFAULT returns a syntax Error: unexpected Identifier. Is there a way around this?

DMtech
Автор

In Node v14, getter and setter not working, setter method not being called :(

mystikyogi