Public Vars

Back

delete-if-exists (clj)

(source)

function

(delete-if-exists f)
Deletes f if it exists. Returns true if the delete was successful, false if f didn't exist. Does not follow symlinks.

Examples