Changeset 12415 for branches/working-0711/ccl/level-1/linux-files.lisp
- Timestamp:
- Jul 14, 2009, 10:53:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/linux-files.lisp
r12211 r12415 192 192 (when (eql 0 (%get-byte buf i)) 193 193 (return i)))))) 194 195 194 195 (defun temp-pathname () 196 "Return a suitable pathname for a temporary file. A different name is returned 197 each time this is called in a session. No file by that name existed when last 198 checked, though no guarantee is given that one hasn't been created since." 199 (native-to-pathname 200 #-windows-target (get-foreign-namestring (#_tmpnam (%null-ptr))) 201 #+windows-target (temp-file-name "ccl"))) 202 196 203 (defun current-directory-name () 197 204 "Look up the current working directory of the OpenMCL process; unless
Note: See TracChangeset
for help on using the changeset viewer.