get_file_names_by_extension method

get_file_names_by_extension

Returns the array of file names by an extension.

Returns

The array of file names.

def get_file_names_by_extension(self, extension, path):
    ...
ParameterTypeDescription
extensionstrThe file extension.
pathstrThe path inside the directory.

See Also