Method code for $file.fstat()

[Turn on line numbering]
arg @path;

if (!path)
    throw(~perm, "Perm.");
return (> fstat(@path) <);

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

the Cold Dark