original commit: 54725a478c93a2e8587e1944bdc949b594f4495c
This commit is contained in:
Matthew Flatt 2004-03-25 16:31:19 +00:00
parent e35f7ebd70
commit b027ce6f41

View File

@ -694,7 +694,7 @@
[dir (path-only f)]
[name (file-name-from-path f)])
(cond
[(not (and (string? dir) (directory-exists? dir)))
[(not (and (path-string? dir) (directory-exists? dir)))
(message-box (string-constant error)
(string-constant dir-dne))
#f]