Aspose::TeX::IO::IFileCollector::GetFileNamesByExtension method

IFileCollector::GetFileNamesByExtension method

Returns the array of file names by an extension.

virtual System::ArrayPtr<System::String> Aspose::TeX::IO::IFileCollector::GetFileNamesByExtension(System::String extension, System::String path=nullptr)=0
ParameterTypeDescription
extensionSystem::StringThe file extension.
pathSystem::StringThe path inside the directory.

ReturnValue

The array of file names.

See Also