.dir.empty {ProjectTemplate} | R Documentation |
Check if a directory is empty
Description
Checks if the directory listing by .list.files.and.dirs
is empty.
Usage
.dir.empty(path)
Arguments
path |
Character vector containing the path to the directory to check. |
Value
Logical indicating whether the passed directory was empty.
[Package ProjectTemplate version 0.11.0 Index]