Get all files in the directory_path that match the pattern
:param directory_path:
:param pattern: judge whether the pattern is in the filename
:param max_deep:
:return: full path of the files
Get all files in the directory_path that match the pattern
:param directory_path:
:param pattern: judge whether the pattern is in the filepath
:param max_deep:
:return: full path of the files