Hello! I have the code like this: File file; try { file = File(path); } catch (Exception exp) { return; }
... try { }
unDEFER via Digitalmars-d-learn Thu, 13 Jul 2017 01:41:41 -0700
Hello! I have the code like this: File file; try { file = File(path); } catch (Exception exp) { return; }
... try { }