<<>> <> <> <> DIRECTORY BasicTime USING [GMT], Rope USING [ROPE]; ImagerSysExtras: CEDAR DEFINITIONS ~ BEGIN OPEN BasicTime, Rope; DoInWDir: PROC [inner: PROC, dir: ROPE]; < the current directory).>> Protect: PROC [inner: PROC] RETURNS [ROPE]; <> <<>> GetInfo: PROC [name: ROPE] RETURNS [bytes: INT, create: GMT, modify: GMT]; < the file does not exist. The modify time will be equal to the create time if the underlying file system only supports a create time.>> END.