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