Thread Function does not executes
Vino
vino.bheeman at hotmail.com
Thu Mar 8 15:14:54 UTC 2018
On Tuesday, 6 March 2018 at 09:01:55 UTC, Vino wrote:
> On Monday, 5 March 2018 at 13:50:28 UTC, Vino wrote:
>> [...]
>
> Hi All,
>
> On further analysis, as to why the function deleteAgedDir is
> not getting executed, found that if this function finds a
> folder to be deleted then it should delete the
> folder(rmdirRecurse(dirname)), but in this case it does not
> delete the folder if it finds so the return of this function is
> empty, if there are no file to be deleted then this function
> works perfectly but if there is any folder preset to be deleted
> this that folder is not getting deleted, so i am suspecting
> that the issue is with the function rmdirRecurse is not working
> as expected on Windows 2007, so request your help on this
> please.
>
> From,
> Vino.B
Hi All,
If I compile the program with 32bit(without passing -64m) then
everything is working as expected. So can any one explain why the
program(rmdirRecurse) does not work when compiled with 64 bit.
From,
Vino.B
More information about the Digitalmars-d-learn
mailing list