.list.files.and.dirs: List all files and directories, excluding .. and .
Description
Creates a directory listing of a given path, including hidden files and
subdirectories, but excluding the .. and . aliases.
Usage
.list.files.and.dirs(path)
Value
Directory listing of path
Arguments
- path
Character vector indicating the path to the parent folder of
which the contents should be listed.