checks if user has rights to edit the file

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

Syntax

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

Parameters

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

Return Value

Type: Boolean
true if can has right to edit file false otherwise

See Also