How my little brother try D
Jesse Phillips via Digitalmars-d
digitalmars-d at puremagic.com
Mon Apr 4 13:53:43 PDT 2016
On Saturday, 2 April 2016 at 21:29:27 UTC, Daniel Kozak wrote:
> After few hours he came to me and said that C# is better. When
> I asked why he answered me that in D there is no std.file.move
> method (I know there is a rename method but it is not obvious)
Wait until he needs to rename a file in C#, then D suddenly
becomes easier.
Seriously though I agree, rename doesn't work across drives and
Linux uses move for renaming (Windows uses rename for moving).
More information about the Digitalmars-d
mailing list