On Sun, 17 Aug 2014 23:56:54 +0000
Tyler Jensen via Digitalmars-d <digitalmars-d@puremagic.com> wrote:

try to catch and process exceptions where they may arose. any file
operation can throw exception (yes, even innocent-looking writeln(),
let alone 'auto fl = File("...")').

also, you don't need to manually close the file, it will be
automatically closed when file variable goes out of scope.

Attachment: signature.asc
Description: PGP signature

Reply via email to