FBWF Commit File VI

Owning Palette: File-Based Write Filter VIs

Requires: Application Builder or Professional System

Commits changes on a file. The file must be 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 whose changes you want to commit. 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 whose changes you want to commit. 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 Commit File VI.

 Open example  Find related examples