NodePath.IsNullOrEmpty Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9313)
IsNullOrEmpty(NodePath)
Declaration
public static bool IsNullOrEmpty(NodePath path)
Parameters
| Type | Name | Description |
|---|---|---|
| NodePath | path | The NodePath to test. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the parameter is null or an Empty instance of the NodePath; otherwise false. |