Usage
## S3 method for class 'default}(pathname, pattern=NULL, recursive=FALSE, allNames=FALSE, fullNames=FALSE, ...)':
listDirectoryundefined
- pathname{A pathname to be listed.}
- pattern{A
character string of the filename pattern passed. See
   list.files() for more details.}
  - recursive{If
TRUE, subdirectories are recursively processed,
   otherwise not.}
  - allNames{If
TRUE, also files starting with a period are returned.}
  - fullNames{If
TRUE, the full path names are returned.}
  - ...{Not used.}
Returns a
vector of file names.
[object Object]
Internally list.files() is used.
IO
programming