DirectoryNode Constructor
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
DirectoryNode(String, DirectoryNode, NodeTimeInfo, NodeAttributes)
Initializes a new instance of DirectoryNode.
Declaration
public DirectoryNode(string nodeName, DirectoryNode parent, NodeTimeInfo nodeTimeInfo = null, NodeAttributes attributes = null)
Parameters
Type | Name | Description |
---|---|---|
String | nodeName | Name of the directory. |
DirectoryNode | parent | Parent of the directory. |
NodeTimeInfo | nodeTimeInfo | Time info of the directory. |
NodeAttributes | attributes | Attributes of the directory. |