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