Asynchronous Directory Listing VI

Owning Palette: WebDAV Asynchronous VIs

Requires: Full Development System

Generates a list of all directories and files within the directory you specify in relative uri. You can view the list of directories and files in the List Directory Complete WebDAV event that this VI triggers. The request this VI generates can run in parallel with other asynchronous WebDAV requests.

This VI triggers a List Directory Complete WebDAV event.

 Add to the block diagram  Find on the palette
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.
session handle specifies the unique reference to the WebDAV session.
relative uri specifies the location and name of the new directory.
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.
request handle out returns the unique reference to the WebDAV request. You can wire this output only to other asynchronous WebDAV VIs.
error out contains error information. This output provides standard error out functionality.