C-DEngine 5.105

TheFileInfo..::..Owner Property

UNIX file attribute - Owner permissions. read (r), write (w), execute (x). Represented by the first three characters (2-4) in the displayed UNIX file information. For example, -rwxr-xr-- represents that owner has read (r), write (w) and execute (x) permission.

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

Syntax


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