Exports a DataPlugin that exists on the local computer to a .uri file.

Note You can export only DataPlugins with a type of VBS or VBCrypt. Use the List DataPlugins VI to view the type of a DataPlugin.


icon

Inputs/Outputs

  • cpath.png DataPlugin URI path (*.uri)

    DataPlugin URI path (*.uri) specifies the path to which you want to export the DataPlugin.

  • cstr.png DataPlugin name

    DataPlugin name specifies the name of the DataPlugin you want to export.

  • cbool.png encrypt? (F)

    encrypt? specifies whether to encrypt the .uri file when you export the DataPlugin. The default is FALSE. This VI ignores this input if you export a DataPlugin with a type of VBCrypt.

  • cerrcodeclst.png error in (no error)

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

  • ipath.png DataPlugin URI path out

    DataPlugin URI path out returns DataPlugin URI path (*.uri) unchanged.

  • ierrcodeclst.png error out

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

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\File IO\DataPlugins\General\Manage DataPlugins.vi