-
Notifications
You must be signed in to change notification settings - Fork 18
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
Expose common folder paths: user directory, user desktop, user downloads #144
Comments
Hello @latman-oliveai - Thanks for opening this issue. In version 3.0.0-beta.1 of the LDK, the Filesystem aptitude has a Here is the documentation for that function. I believe this would solve your issue. Let us know. |
I loved seeing that just a few minutes ago. But I don't actually know where the user directory is, what operating system the loop is running on, and who the logged-in user is, so it would be hard to build the paths to get to the current user's desktop. |
Got it - I will mark this as an enhancement. We do need to ensure security for the end user, and reporting to the Loop some of those things may be a violation. This one will take some discussion. Let me get some input from the teams and figure out priority for you. Thanks for expanding on this. |
@latman-oliveai - The team feels that this is a good idea, and would like to add it to the roadmap. We have created a new internal task for this: SIDE-2209. We will update this Github Issue when we complete the feature. |
Great thanks! |
Updating ticket number for tracking: HELPS-166 |
I'm going to go ahead and close this thread. Please feel free to reopen if you feel that the problem still doesn't have an adequate workaround through using the System aptitude to determine OS, and change behavior based on that. |
We want to save new files into the user's downloads folder. But, the directory location is operating system dependent, and the loop isn't aware of the running user to locate their user directory.
The text was updated successfully, but these errors were encountered: