Skip to content

Commit

Permalink
Give FileSystemHandle an associated path
Browse files Browse the repository at this point in the history
A much more thorough (than #30) attempt at expressing that FileSystemHandle maps to a file path. At a high level, it proposes that:

* A FileSystemHandle has an associated "file system locator"
* A "file system locator" contains, among other things, a "file system path"
* A "file system entry" can be located given a "file system locator"
* You can get a "file system locator" from a "file system entry"

See #59 for the implications of this in practice.

Fixes #59.
  • Loading branch information
a-sully authored Mar 22, 2023
1 parent 1523a4b commit 274a106
Showing 1 changed file with 335 additions and 86 deletions.
Loading

0 comments on commit 274a106

Please sign in to comment.