Procedure FStat (Path : Pathstr; Var Info : stat) ;
Gets information about the file specified in Path, and stores it in Info, which is of type stat.
LinuxError is used to report errors.
FSStat, stat(2)