sets the acess on the user as owner of the file

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

Syntax

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

Parameters

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

See Also