OPC Studio User's Guide and Reference
MoveOrCopy Method (IEasyUAFileTransferExtension)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.FileTransfer Namespace > IEasyUAFileTransferExtension Class : MoveOrCopy Method
Moves or copies an OPC UA file or directory to another directory, or renames a file or directory.

When the copyObject parameter is false, the method moves (or renames) the specified file or directory. When the copyObject parameter is true, the method copies the specified file or directory.

Overload List
OverloadDescription
Moves/renames or copies an OPC UA file or directory, specifying the endpoint descriptor, directory named node path, existing file or directory name, and new directory node Id.  
Moves/renames or copies an OPC UA file or directory, specifying the endpoint descriptor, directory node descriptor, existing file or directory node Id, and new directory node Id.  
Moves/renames or copies an OPC UA file or directory, specifying the endpoint descriptor, existing file or directory named node descriptor, new directory named node path, and new name.  
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also