digitalmars.D.learn - list system drives
- =?UTF-8?B?0JLQuNGC0LDQu9C40Lkg0KTQsNC0?= =?UTF-8?B?0LXQtdCy?= (3/3) Feb 01 2021 Give, please, Dlang tools for list system drives.
- Ferhat =?UTF-8?B?S3VydHVsbXXFnw==?= (4/7) Feb 01 2021 I have found this code by a google search. I don't know who the
- =?UTF-8?B?0JLQuNGC0LDQu9C40Lkg0KTQsNC0?= =?UTF-8?B?0LXQtdCy?= (3/13) Feb 01 2021 Thank!
Give, please, Dlang tools for list system drives. Some like a: enumVolumes(); // [ 'C:\', 'D:\' ]
Feb 01 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
Feb 01 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:Thank!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
Feb 01 2021