readDirectoryRead names of a directory (POSIX functions opendir, readdir, closedir) |
directory |
Type: String Description: Name of the directory from which information is desired |
---|---|
nNames |
Type: Integer Description: Number of names that are returned (inquire with getNumberOfFiles) |
names |
Type: String[nNames] Description: All file and directory names in any order from the desired directory |
---|