Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 216 Bytes

is_empty_dir.md

File metadata and controls

14 lines (8 loc) · 216 Bytes

is_empty_dir PATH

Succeeds if the specified directory is empty. Fails otherwise.

Fails also if the directory does not exist.

Example:

@ Checking if foo is mounted
  - is not empty_dir /mnt/foo