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

Support for network mapped drives on Windows #1384

Open
fluxxcode opened this issue Nov 12, 2024 · 0 comments
Open

Support for network mapped drives on Windows #1384

fluxxcode opened this issue Nov 12, 2024 · 0 comments

Comments

@fluxxcode
Copy link

Thanks for this awesome crate! I really appreciate the work :)

I'm currently using the sysinfo crate to get the available system disks in a file dialog. This works fine, but on Windows the Disks currently do not include mapped drives (e.g. mapped network drives). Although these are not technically considered "disks", I would expect a sysinfo crate to provide a list of all available volumes/filesystems/drives on the system.

Although I could write a very simple implementation using the Windows API myself for my project, I think it would be better if a crate like sysinfo can provide this information.

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

No branches or pull requests

2 participants