FBWF Restore File VI

Owning Palette: File-Based Write Filter VIs

Requires: Application Builder or Professional System

Restores a file from the underlying media. The file this VI restores must reside in the file-based write filter (FBWF) overlay.

Example

 Add to the block diagram  Find on the palette
volume name specifies the name of the volume that contains the file this VI restores. For example, enter C: to specify the volume name for the path C:\test.txt.
file path on volume specifies the path to the file that you want to restore. file path on volume must begin with a backslash ("\"). Do not include the volume name in the file path. For example, enter \test.txt to specify the file path for the path C:\test.txt.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
error out contains error information. This output provides standard error out functionality.

Example

Refer to the Windows Embedded Enabling Features.lvproj in the labview\examples\TouchPanel\Windows Embedded Enabling Features directory for an example of using the FBWF Restore File VI.

 Open example  Find related examples