www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15102] New: Unified function to remove files/directories

https://issues.dlang.org/show_bug.cgi?id=15102

          Issue ID: 15102
           Summary: Unified function to remove files/directories
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody puremagic.com
          Reporter: doob me.com

Currently there are at least three different function to remove files and
directories in Phobos. It would be nice to have a single one that handles all
cases. For when one just want to remove something, regardless if it's a file or
a directory and if it's empty or not.

--
Sep 23 2015