Function FileSystem.openForIO

Open a file for input & output.

abstract IOStream openForIO (
  string filename,
  uint creationFlags
);

Returns

a valid IOStream on success, null on failure