Function: org-directory-empty-p
org-directory-empty-p is a for directory-empty-p,
defined in files.el.gz.
Signature
(org-directory-empty-p DIR)
Documentation
Return t if DIR names an existing directory containing no other files.
Return nil if DIR does not name a directory, or if there was trouble determining whether DIR is a directory or empty.
Symbolic links to directories count as directories.
See file-symlink-p to distinguish symlinks.