Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Volume.EnumerateVolumes skips first volume #312

Closed
springy76 opened this issue Mar 7, 2017 · 0 comments
Closed

Volume.EnumerateVolumes skips first volume #312

springy76 opened this issue Mar 7, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@springy76
Copy link

Can be easily seen in code:

if (NativeMethods.FindNextVolume(handle, buffer, (uint)buffer.Capacity))

It's calling FindNext BEFORE using the values retrieved by FindFirst.

In my case (=on my system) it's missing the volume holding "C:".

@Yomodo Yomodo added the Bug 🪲 label Mar 7, 2017
@Yomodo Yomodo self-assigned this May 24, 2017
@Yomodo Yomodo added this to the Release 2.1.3 milestone May 26, 2017
@Yomodo Yomodo closed this as completed Jun 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants