Scriptlike v0.9.4 - Perl-like interpolated strings, full examples and more.
Ben Boeckel via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Wed Sep 23 06:59:27 PDT 2015
On Wed, Sep 23, 2015 at 08:30:18 +0200, Jacob Carlborg via Digitalmars-d-announce wrote:
> One thing that really bugs me in Phobos, Scriptlike seems to have the
> same problem, is that there are three (!!!) different functions to
> remove something from the file system. Give me just one function that
> removes everything, regardless if it's a file, directory and if it's
> empty or not.
Be aware that you will have to pay an extra lstat call for such a
function so that *it* can call the right function. It certainly
shouldn't replace the existing functions.
--Ben
More information about the Digitalmars-d-announce
mailing list