directory-exists ( path -- )


Vocabulary
tools.scaffold.private

Inputs
pathan object


Outputs
None

Definition


: directory-exists ( path -- )
"Not creating a directory, it already exists: " write print
;