ts-odd icon indicating copy to clipboard operation
ts-odd copied to clipboard

Stateful Filesystem

Open dholms opened this issue 5 years ago • 0 comments

Problem

Right now the Filesystem is requires absolute paths to be passed to every function

Solution

Add a stateful Session class encapsulated by FileSystem so that a user can navigate the directory structure and use relative links

Some ideas here:

  • https://github.com/fission-suite/ts-sdk/pull/14#issuecomment-604638590
  • https://github.com/fission-suite/ts-sdk/pull/14#discussion_r398949063

dholms avatar Apr 06 '20 19:04 dholms