fix_nl/src/OS.i3


 Copyright 1996-2000, Critical Mass, Inc.  All rights reserved. 
 See file COPYRIGHT-CMASS for details. 

INTERFACE OS;

IMPORT File, OSError;
FROM Ctypes IMPORT int;

PROCEDURE IsDirectory (path: TEXT): BOOLEAN;

PROCEDURE Close (f: File.T;  modTime: LONGREAL;  path: TEXT) RAISES {OSError.E};

<*EXTERNAL OS__UTimes*>
PROCEDURE UTimes (path: TEXT;  time: LONGREAL): int;

END OS.

OS's implementation is in:


procedure OS.IsDirectory is in: