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
Parameter | Type | Description |
---|---|---|
extension | System::String | The file extension. |
path | System::String | The path inside the directory. |
ReturnValue
The array of file names.
See Also
- Typedef ArrayPtr
- Class String
- Class IFileCollector
- Namespace Aspose::TeX::IO
- Library Aspose.TeX for C++