Method code for $file.open()

[Turn off line numbering]
  1: arg @args;
  2: 
  3: // add in locks... $mutex?
  4: return (> .fopen(@args) <);

// Created 21-Sep-1996 as a part of ColdCore, see: @help Credit

Tlon