Re: Why File is exists in std.stdio and in std.file?

2017-04-25 Thread FreeSlave via Digitalmars-d-learn
On Tuesday, 25 April 2017 at 07:05:51 UTC, Suliman wrote: Just interesting. Is there any rational reasons for this decision? There's no File in std.file. It's located in std.stdio. std.stdio and std.file are different modules. The first one has safe wrappers around stdio.h from C library, the

Re: Why File is exists in std.stdio and in std.file?

2017-04-25 Thread Daniel Kozák via Digitalmars-d-learn
V Tue, 25 Apr 2017 07:05:51 + Suliman via Digitalmars-d-learn napsáno: > Just interesting. Is there any rational reasons for this decision? No it isn't. File is only in std.stdio;

Why File is exists in std.stdio and in std.file?

2017-04-25 Thread Suliman via Digitalmars-d-learn
Just interesting. Is there any rational reasons for this decision?