Opened 5 months ago
Last modified 5 months ago
#1837 assigned defect
create-directory doesn't raise an error when the requested directory already exists — at Initial Version
Reported by: | Mario Domenech Goulart | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.0.0 |
Component: | core libraries | Version: | 5.3.0 |
Keywords: | create-directory | Cc: | |
Estimated difficulty: | easy |
Description
Changing that behavior in C5 would cause too much trouble, but we can change that in C6.
$ touch foo $ csi -e '(begin (import (chicken file)) (create-directory "foo"))' $ echo $? 0
Note: See
TracTickets for help on using
tickets.