FBWF Add Exclusion VI

Owning Palette: File-Based Write Filter VIs

Requires: Application Builder or Professional System

Adds a file path in a volume to the file-based write filter (FBWF) protection exclusion list. The volume must be enabled for FBWF. Files in the FBWF protection exclusion list do not have FBWF protection.

Note  You must restart the operating system for changes to take effect.

Example

 Add to the block diagram  Find on the palette
volume name specifies the name of the volume whose file path you want to add to the FBWF protection exclusion list. For example, enter C: to specify the volume name for the path C:\test.txt.
file path on volume specifies the file path that you want to add to the FBWF protection exclusion list. 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 Add Exclusion VI.

 Open example  Find related examples