Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / PathManager Class / FindBestPath Method / FindBestPath(PathType) Method
The path type to retrieve a path for

In This Topic
    FindBestPath(PathType) Method
    In This Topic
    Determine the best path of the provided type for the current user
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function FindBestPath( _
       ByVal pathType As PathType _
    ) As String
    public static string FindBestPath( 
       PathType pathType
    )

    Parameters

    pathType
    The path type to retrieve a path for

    Return Value

    The best accessible path of the requested type.
    Remarks
    The common application data folder is used if usable then the local application data folder as a last resort.
    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