Loads the corresponding DNL list file of the p_sBasePath file. If no corresponding file exists, no data is loaded and no error is reported.
[Visual Basic] Sub LoadDNLFile( _ ByVal p_sBasePath As String _ ) [C#] void LoadDNLFile( string p_sBasePath ); [C++] void LoadDNLFile( String* p_sBasePath ); [JScript] function LoadDNLFile( String p_sBasePath );
ILocalizationDirectives Interface | Okapi.Library.Filter Namespace