sets the acess on the user as owner of the Directory

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

Syntax

C#
public void SetUserAcessOnDir(
	string username,
	string path
)
Visual Basic
Public Sub SetUserAcessOnDir ( 
	username As String,
	path As String
)
Visual C++
public:
void SetUserAcessOnDir(
	String^ username, 
	String^ path
)

Parameters

username
Type: System..::..String
name of user that will be owner of the directory
path
Type: System..::..String
path of the directory

See Also