C-DEngine 5.105

TheFileInfo..::..IsDirectory Property

Returns a value indicating whether the current file or directory is of type directory.

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

Syntax


public bool IsDirectory { get; set; }
Public Property IsDirectory As Boolean
	Get
	Set
public:
property bool^ IsDirectory {
	bool^ get ();
	void set (bool^ value);
}