Thread overview | |||||
---|---|---|---|---|---|
|
February 02, 2021 list system drives | ||||
---|---|---|---|---|
| ||||
Give, please, Dlang tools for list system drives. Some like a: enumVolumes(); // [ 'C:\', 'D:\' ] |
February 02, 2021 Re: list system drives | ||||
---|---|---|---|---|
| ||||
Posted in reply to Виталий Фадеев | 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 Re: list system drives | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ferhat Kurtulmuş | 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!
|
Copyright © 1999-2021 by the D Language Foundation