Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Behavior: Allow local fs changes and additions to be used without re-generation embeded #49

Open
edmwagner opened this issue Feb 7, 2018 · 0 comments

Comments

@edmwagner
Copy link

In some cases it is desirable to add files to the local fs and test without a need to rebuild an executable. Previously _ascLocalFS.Open() implementation needed the path to exist in the generated map of files in the fs or would fail. This change removes the dependency for the path to already exist in static FS generation.

Eventually It would be nice to change FS to take a string argument that would direct which file system path to use instead of defaulting to to predefined local path. so after deployment of binary an argument could be provided to allow user to specify a path to use for content.

Please See PR I have raised to begin discussion of this change.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant