C-DEngine 5.105

TheFileInfo..::..Group Property

UNIX file attribute - Group permissions. read (r), write (w), execute (x). The group's permissions determine what actions a user, who is a member of the group that a file belongs to, can perform on the file. A files Group permissions are determined by characters 5-7 in the displayed UNIX file information.

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string Group { get; set; }
Public Property Group As String
	Get
	Set
public:
property String^ Group {
	String^ get ();
	void set (String^ value);
}