Writing to file problem (Kernelbase exeption)
Konrad via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Jun 5 12:08:05 PDT 2014
Well, there is a problem with
config_file.write(info);
but when I'm changing it to
write("Data/config.ini", info);
(as it states in http://dlang.org/phobos/std_file.html#.write)
I'm getting an error of conflict between std.stdio.write and
std.file.write. That's why I was using the first line.
Is there any way to solve this problem?
Best regards,
Ironus
More information about the Digitalmars-d-learn
mailing list