Creates a copy of the current binary file node.
public Atypical.VirtualFileSystem.Core.BinaryFileNode Copy(Atypical.VirtualFileSystem.Core.VFSFilePath newPath);newPath VFSFilePath
The path for the copied file.
BinaryFileNode
A new binary file node with the same content.