Public Vars

Back

create-file (clj)

(source)

function

(create-file path) (create-file path {:keys [:posix-file-permissions]})
Creates empty file using `Files#createFile`. File permissions can be specified with an `:posix-file-permissions` option. String format for posix file permissions is described in the `str->posix` docstring.

Examples