NodeBase.Create Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
Create()
Creates this node, if it does not exist.
Declaration
public NodeBase Create()
Returns
Type | Description |
---|---|
NodeBase | Up-to-date representation of the node in the FileSystemProvider. |
Examples
var myNode = new FileNode("myNewFile.txt", parent);
myNode = myNode.Create();