Moves a file or directory from a location on a WebDAV server to another location on that server. The request this VI generates can run in parallel with other asynchronous WebDAV requests.

This VI triggers a Request Complete WebDAV event.


icon

Inputs/Outputs

  • cfxdt.png user data

    user data specifies any data you want to include with the request handle. LabVIEW passes this data along with the request handle, but the data does not affect the request. LabVIEW returns user data in every WebDAV request event cluster. Use this input to pass WebDAV request-specific data within your VI.

  • cdlrn.png session handle

    session handle specifies the unique reference to the WebDAV session.

  • cstr.png relative source uri

    relative source uri specifies the location of the source file or directory. The location can be a file or directory of any depth.

  • cstr.png relative destination uri

    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.

  • cbool.png overwrite? (T)

    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.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • idlrn.png session handle out

    session handle out returns the unique reference to the WebDAV session.

  • idlrn.png request handle out

    request handle out returns the unique reference to the WebDAV request. You can wire this output only to other asynchronous WebDAV VIs.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.