PathResolver Class

Summary

The PathResolver object contains a collection of variables that can be used to resolve any toolkit file path.

Syntax
C#
VB
C++
public class PathResolver : IDisposable 
Public Class PathResolver  
   Implements System.IDisposable  
public ref class PathResolver : public System.IDisposable   

Remarks

The variables are represented in the file path using the form key. The PathResolver object is initially populated with the following variables:

Key Value
ltmsLibFolder Path to the folder containing the LTMS DLL
ltmsAppFolder Path to the folder containing the calling application
ltmsRootFolder Path to the folder containing the calling application
ltmsMediaFolder ltmsRootFolder\media
ltmsLogFolder ltmsRootFolder\logs
ltmsConfigFolder ltmsRootFolder\config

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaStreaming Assembly