REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 6-Feb-2009 Edit History  

REBOL 3 Errors: no-make-dir

An attempt was made to create a directory in a file path that did not exist or was write protected.

Message:

["Cannot make directory" :arg1]

Example:

filter-error try [make-dir %/c/no-path/dir]
** Access Error: Cannot make directory /c/no-path/dir/
** Where: m-dir path return path


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin