July 08, 2022
https://issues.dlang.org/show_bug.cgi?id=22948

Steven Schveighoffer <schveiguy@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |schveiguy@gmail.com
         Resolution|---                         |INVALID

--- Comment #1 from Steven Schveighoffer <schveiguy@gmail.com> ---
Using shell expansion is not done by default for strings.

Use https://dlang.org/phobos/std_path.html#expandTilde if you want expansion of the tilde.

--