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

Feature Request: Browse Folder Path Show All Drives #34

Open
Bovive opened this issue Sep 13, 2024 · 0 comments
Open

Feature Request: Browse Folder Path Show All Drives #34

Bovive opened this issue Sep 13, 2024 · 0 comments

Comments

@Bovive
Copy link
Contributor

Bovive commented Sep 13, 2024

For Windows deployments the "Browse Folder Path" button on the Scan Management pages will show the root of drive configured in config.py ()

Default:
BASE_FOLDER_WINDOWS = os.getenv('BASE_FOLDER_WINDOWS', 'C:')

It would be nice to be able to display all drives and network drives. This might require using Python 3.12 and accessing the new os.listdrives() or os.listmounts() functions (Reference).

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

No branches or pull requests

1 participant