Function: f-empty?
f-empty? is a function alias for f-empty-p, defined in f.el.
Signature
(f-empty? PATH)
Documentation
If PATH is a file, return t if the file in PATH is empty, nil otherwise.
If PATH is directory, return t if directory has no files, nil otherwise.