Thread overview
list system drives
Feb 02, 2021
Ferhat Kurtulmuş
February 02, 2021
Give, please, Dlang tools for list system drives.

Some like a:
    enumVolumes(); // [ 'C:\', 'D:\' ]
February 02, 2021
On Tuesday, 2 February 2021 at 06:31:27 UTC, Виталий Фадеев wrote:
> Give, please, Dlang tools for list system drives.
>
> Some like a:
>     enumVolumes(); // [ 'C:\', 'D:\' ]

I have found this code by a google search. I don't know who the author was. I had to touch it a little since the codebase was old.

https://gist.github.com/aferust/5cc3209a6b6caf1062271a082c093b87
February 02, 2021
On Tuesday, 2 February 2021 at 07:18:02 UTC, Ferhat Kurtulmuş wrote:
> On Tuesday, 2 February 2021 at 06:31:27 UTC, Виталий Фадеев wrote:
>> Give, please, Dlang tools for list system drives.
>>
>> Some like a:
>>     enumVolumes(); // [ 'C:\', 'D:\' ]
>
> I have found this code by a google search. I don't know who the author was. I had to touch it a little since the codebase was old.
>
> https://gist.github.com/aferust/5cc3209a6b6caf1062271a082c093b87

Thank!