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

In This Topic
    PathIsUsable Method
    In This Topic
    Determines if the provided full path is usable for the current user
    Syntax
    'Declaration
     
    
    Public Shared Function PathIsUsable( _
       ByVal path As String _
    ) As Boolean
    public static bool PathIsUsable( 
       string path
    )

    Parameters

    path

    Return Value

    True if the path is usable, false otherwise
    Remarks
    The path is usable if the current user can access the path, create files and write to existing files.
    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