the directory is watched; modifications are reflected in the output
as a package:
- set
filesystemhtml.AbsPath
andfilesystemhtml.FSDir
- start
filesystemhtml.WatchFS()
- query
filesystemhtml.FSResponse.GetHTML()
andfilesystemhtml.FSResponse.GetJS()
as needed
nb: assuming you have access to jQuery
and Material Symbols
% tree
.
├── adir
│ ├── aa1
│ ├── asubdir
│ ├── asubdir2
│ │ ├── f1
│ │ └── f2
│ ├── img.jpg
│ ├── mv.avi
│ ├── p.pdf
│ └── wd.doc
├── afile.txt
├── bdir
│ ├── lock.txt
│ ├── prot
│ │ ├── pf1.txt
│ │ └── pf2.png
│ └── pwd
│ ├── bleh
│ └── z_user_is_user2
└── bfile.txt
7 directories, 14 files