Excel Reports
Writable Method



KellermanSoftware.Common Namespace > Util Class : Writable Method
The path to check.
Check to see if the program can create, update, and delete in the specified path.
Syntax
Public Shared Function Writable( _
   ByVal path As String _
) As Boolean
Dim path As String
Dim value As Boolean
 
value = Util.Writable(path)
public static bool Writable( 
   string path
)
public:
static bool Writable( 
   String^ path
) 

Parameters

path
The path to check.

Return Value

True if the path is writable.
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

Reference

Util Class
Util Members