Help to convert a code to D

Alexandre alebencz at gmail.com
Mon Aug 26 06:29:44 PDT 2013


On Monday, 26 August 2013 at 13:19:59 UTC, Olivier Pisano wrote:
> Hi Alexandre, welcome aboard !
>
> This kind of question should ideally be asked in the d.learn 
> forum, not here. Anyway, to create directories, you can use 
> std.file mkdir and mkdirRecurse function. To get file 
> information, there is the getAttributes function in the same 
> module.
>
> Note that for builing path names, you can use std.path 
> buildPath function, which is portable between Windows and UNIX :
>
> string DestDir = buildPath(DirReceb ~ MesesDoAno[mes - 1], 
> strdt, fi.Name);
>
> Cheers,
>
> Olivier
>>On Monday, 26 August 2013 at 13:21:30 UTC, Joseph Rushton 
>>Wakeling wrote:
>> On 26/08/13 15:07, Alexandre wrote:
>>> I appreciate the help :)
>>
>> There will be lots of people willing to offer it, but you'll 
>> probably get more (and better) feedback if you take these 
>> kinds of questions to the D.learn forum/mailing list. :-)
>>
>> http://forum.dlang.org/group/digitalmars.D.learn
>> http://lists.puremagic.com/cgi-bin/mailman/listinfo/digitalmars-d-learn


Sorry for my mistake :(
So, I will make that post on the correct forum :)




More information about the Digitalmars-d mailing list