Method code for $file.fstat()

[Turn off line numbering]
  1: arg @path;
  2: 
  3: if (!path)
  4:     throw(~perm, "Perm.");
  5: return (> fstat(@path) <);

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

Tlon