Add KJ Filesystem API.
This has three main parts: * The Path data structure, a more-explicit approach to file paths. * The File/Directory abstract interfaces. * The "InMemory" implementations of File and Directory. Disk-based implementations will come in a future commit.
Showing
This diff is collapsed.
c++/src/kj/filesystem.c++
0 → 100644
This diff is collapsed.
c++/src/kj/filesystem.h
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment