checks if user has rights to acess the directory
Namespace: White_TigerAssembly: 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 ) |
Return Value
Type: Booleantrue if can has right to acess directory false otherwise