fun distinctFiles(rootDir: File): Collection<File>
Compares the current child set with a list of node directories. Directories will be returned that are not in the list.
rootDir - root directory
rootDir
Return a collection of files and directories