Extensions Property

Returns the file name extensions associated with the specified FileConverter object. Read-only String.

Example

This example displays the name and file name extensions for first file converter.

Dim fcTemp As FileConverter

Set fcTemp = FileConverters(1)
MsgBox "The file extensions for " & fcTemp.FormatName _
    & " files are: " & fcTemp.Extensions

Applies to | FileConverter Object

See Also | FormatName Property | SaveFormat Property