Expand description
Handles: what a directory holds, and how one is reached.
Every call here is one File System Access API call plus the typed question it was asked — whether something missing is nothing or is made, and whether a removal takes what is under it.
Enums§
- Depth
- Whether a removal takes what is under the name with it.
- Missing
- What to do about a name nothing stands under.
Functions§
- copy
- Copy everything
fromholds intointo, directories and all. - directories
- What
ofholds that is itself a directory, by name — which is every container in the origin’s root, and whatever else is down there. - directory
- The directory called
nameinwithin. - file
- The file called
nameinwithin. - held
- What
ofholds, as handles — the form the library reads a kind off. - holds
- Whether
ofholds a directory calledname— the question a rename asks before it moves anything. - names
- What
ofholds, by name. - remove
- Errors
- walked 🔒
- Drain an async iterator, which is how a directory answers what is in it.