.
original commit: 54725a478c93a2e8587e1944bdc949b594f4495c
This commit is contained in:
parent
e35f7ebd70
commit
b027ce6f41
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user