rmdirRecurse - on NFS file system

Vino vino.bheeman at hotmail.com
Wed Feb 14 00:09:48 UTC 2018


On Tuesday, 13 February 2018 at 17:01:06 UTC, Seb wrote:
> On Tuesday, 13 February 2018 at 16:58:09 UTC, Vino wrote:
>> On Monday, 12 February 2018 at 06:52:25 UTC, Vino wrote:
>>> [...]
>>
>> Hi All,
>>
>> Was able to resolve this issue.
>
> That's great!
>
> BTW I think it would be helpful for future reader who find this 
> thread to know how you resolved your problem.

Hi All,

I just modified the below lines of the code,

if (Step == "run" && !dFiles.empty) { dFiles.each!(f => 
rmdirRecurse(f[0])); } return dFiles;


From,
Vino.B




More information about the Digitalmars-d-learn mailing list