Changeset 7735
- Timestamp:
- Nov 24, 2007, 6:31:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/linux-files.lisp
r7658 r7735 289 289 290 290 291 ;;; Returns: (values t mode size mtime inode uid) on success, 292 ;;; (values nil nil nil nil nil nil) otherwise 291 ;;; Returns: (values t mode size mtime inode uid blksize) on success, 292 ;;; (values nil nil nil nil nil nil nil) otherwise 293 ;;; NAME should be a "native namestring", e.g,, have all lisp pathname 294 ;;; escaping removed. 293 295 (defun %stat (name &optional link-p) 294 296 (rlet ((stat :stat)) … … 314 316 315 317 (defun %unix-file-kind (path &optional check-for-link) 316 (%file-kind (nth-value 1 (%stat (native-translated-namestring path) 317 check-for-link)))) 318 (%file-kind (nth-value 1 (%stat (native-translated-namestring path) check-for-link)))) 318 319 319 320 (defun %unix-fd-kind (fd)
Note:
See TracChangeset
for help on using the changeset viewer.
