Lists the contents of all sub directories. A CoreFile with all found files in all sub directories is returned.
Examples:
$(".").file().dir().print()
- Lists all files below the current directory.
Multi-threaded.
@param options Accepts {@link ListDirectories} in case sub directories should be considered as well.
@return A CoreFile with all found files (and, if selected, directories).