OPC Studio User's Guide and Reference
MoveFile Method



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

The method moves an OPC UA file to another directory, if a different directory has been specified. Otherwise, it renames a file, keeping it in the original directory.

Overload List
OverloadDescription
Moves or renames an OPC UA file, specifying the endpoint descriptor, directory named node path, existing file name, new directory node Id, and new name.  
Moves or renames an OPC UA file, specifying the endpoint descriptor, directory node descriptor, existing file node Id, new directory node Id, and new name.  
Moves or renames an OPC UA file, specifying the endpoint descriptor, directory named node path, existing file name, and new directory node Id.  
Moves or renames an OPC UA file, specifying the endpoint descriptor, directory node descriptor, existing file node Id, and new directory node Id.  
Moves or renames an OPC UA file, specifying the endpoint descriptor, existing file named node descriptor, and new directory named node path.  
Moves or renames an OPC UA file, specifying the endpoint descriptor, existing file 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