//?/ paths and file-size

svn: r2112
This commit is contained in:
Matthew Flatt 2006-02-03 20:52:29 +00:00
parent 341ce31507
commit d89df834cd

View File

@ -443,6 +443,7 @@
(test #t file-exists? filestr)
(test #f file-exists? (string-append filestr "\\"))
(test (file-or-directory-modify-seconds file) file-or-directory-modify-seconds filestr)
(test (file-size file) file-size filestr)
))
'("\\" "\\\\"))))