Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / PathManager Class / ComputePath Method

In This Topic
    ComputePath Method
    In This Topic
    Compute the full path for the provided subfolder name within a special folder.
    Syntax
    'Declaration
     
    
    Public Shared Function ComputePath( _
       ByVal basePath As String, _
       ByVal folderName As String _
    ) As String
    public static string ComputePath( 
       string basePath,
       string folderName
    )

    Parameters

    basePath
    folderName

    Return Value

    The full path to the requested folder, which may or may not exist.
    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