Syntax:

GetProtocolFileNameWithWildcard( XLIFFLanguageFile As String ) As String
Return: String
Parameters: XLIFFLanguageFile File name of the XLIFF data file.

Example:
Dim Tool As DirectoryTool

Set Tool = Application.Tools.DirectoryTool

MsgBox Tool.GetProtocolFileNameWithWildcard("Java_properties_de.xlf")

See also:

Class DirectoryTool


Last Updated: 04/07/04