checks if user has rights to acess the directory

Namespace: White_Tiger
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
public bool UserHasAccessOnDirectory(
	string username,
	string path
)
Visual Basic
Public Function UserHasAccessOnDirectory ( 
	username As String,
	path As String
) As Boolean
Visual C++
public:
bool UserHasAccessOnDirectory(
	String^ username, 
	String^ path
)

Parameters

username
Type: System..::..String
user's name
path
Type: System..::..String
path of directory

Return Value

Type: Boolean
true if can has right to acess directory false otherwise

See Also