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

PathIsUsable Method
Determines if the provided full path is usable for the current user
Syntax
'Declaration
 
Public Shared Function PathIsUsable( _
   ByVal path As String _
) As Boolean
 

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