Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 491 Bytes

exists.md

File metadata and controls

30 lines (23 loc) · 491 Bytes
title description published date tags editor dateCreated
exists
true
2022-09-18 05:04:53 UTC
markdown
2022-09-18 05:04:50 UTC

Exists

Reject entries if same filename or directory already exists in given path (recursively).

Example:

exists: /some/storage/path/

Multiple paths can be specified as a list:

exists:
  - /some/storage/path/
  - /another/storage/path/

''Note: As of version 1.1.98 plugin will follow symbolically linked directories. ''