FBWF Remove Exclusion VI

Owning Palette: File-Based Write Filter VIs

Requires: Application Builder or Professional System

Removes the file path in a volume from 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 remove from 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 path to the file that you want to remove from 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 Remove Exclusion VI.

 Open example  Find related examples