Copy VI

Owning Palette: WebDAV Synchronous VIs

Requires: Full Development System

Copies a file or directory from one location on a WebDAV server to another location on that WebDAV server. This VI times out if it exceeds the timeout value of the session that you set in the Open Session VI.

 Add to the block diagram  Find on the palette
session handle specifies the unique reference to the WebDAV session.
relative source uri specifies the location of the source file or directory. The location can be a file or directory of any depth.
relative destination uri specifies the new name and the location where you want to save the file or directory. The directory you specify must already exist. Otherwise, the operation fails.
overwrite? (T) specifies whether to replace any existing files with source files of the same name. If TRUE, LabVIEW overwrites any existing files that conflict with source files. If FALSE, LabVIEW returns an error code if any existing files conflict with source files.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
session handle out returns the unique reference to the WebDAV session.
error out contains error information. This output provides standard error out functionality.