Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files()() #108

Open
mrWh1te opened this issue Mar 5, 2021 · 1 comment
Open

Files()() #108

mrWh1te opened this issue Mar 5, 2021 · 1 comment
Labels
botaction enhancement New feature or request

Comments

@mrWh1te
Copy link
Owner

mrWh1te commented Mar 5, 2021

Describe the bug
From writing/saving cookies, pdfs, screenshots, the assets (files) are accessed through a directory by a complicated design. For example, is the HO files()() botaction necessary?

Expected behavior
writing/saving files should be done, by default to the root directory, with some kind of easy way to opt-in folders, such as through the string of the filename itself foldera/folderb/filename as the input value

that would solve relative file linking

if the input string begins with a /, then it can be handled as an absolute path

simplify, simplify, simplify but no simpler

@mrWh1te mrWh1te added enhancement New feature or request botaction labels Mar 5, 2021
@mrWh1te
Copy link
Owner Author

mrWh1te commented Mar 5, 2021

the HO files()() botaction can provide some kind of base relative/absolute pathing for the files created/accessed in assembled botactions

then in the assembled botactions, they can append to this base with the relative syntax described above or override it with their absolute pathing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
botaction enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant