Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LocalRepository Class / CalculateRepositoryPath Method

In This Topic
    CalculateRepositoryPath Method
    In This Topic
    Calculate the best path for the log folder and the repository
    Syntax
    'Declaration
     
    
    Public Shared Function CalculateRepositoryPath( _
       ByVal productName As String, _
       Optional ByVal overridePath As String _
    ) As String
    public static string CalculateRepositoryPath( 
       string productName,
       string overridePath
    )

    Parameters

    productName
    overridePath
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also