FileNode.GetUnaliasedNode Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
GetUnaliasedNode()
Gets the node with real path (relative to File
Calling method GetUnaliasedNode on the already unwrapped node has no effect - method returns this (already unwrapped) instance.
Method GetUnaliasedNode is typically used in the File
Declaration
public NodeBase GetUnaliasedNode()
Returns
Type | Description |
---|---|
Node |
The unwrapped node with real path in the file system. |