C-DEngine 5.105

TheFileInfo..::..FileAttr Property

Gets or sets the attributes for the current file or directory.

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

Syntax


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