/* -*-C-*-
-$Id: prdosfs.c,v 1.2 1992/09/15 20:35:31 jinx Exp $
+$Id: prdosfs.c,v 1.3 1992/09/17 00:45:29 jinx Exp $
Copyright (c) 1992 Massachusetts Institute of Technology
? (long_to_integer (s . st_mtime))
: SHARP_F);
}
-
-DEFINE_PRIMITIVE ("FILE-MOD-TIME-INDIRECT", Prim_file_mod_time_indirect, 1, 1, 0)
-{
- struct stat s;
- PRIMITIVE_HEADER (1);
- PRIMITIVE_RETURN
- ((DOS_read_file_status ((STRING_ARG (1)), (&s)))
- ? (long_to_integer (s . st_mtime))
- : SHARP_F);
-}
\f
/* Returns a vector of 10 items:
the result is #F.")
FILE_ATTRIBUTES_PRIMITIVE (DOS_read_file_status)
-DEFINE_PRIMITIVE ("FILE-ATTRIBUTES-INDIRECT", Prim_file_attributes_indirect, 1, 1,
- "Like FILE-ATTRIBUTES but indirect through symbolic links.")
- FILE_ATTRIBUTES_PRIMITIVE (DOS_read_file_status)
-
static SCHEME_OBJECT
DEFUN (file_attributes_internal, (s), struct stat * s)
{