CyberSoft CVDL

CVDL Tutorial

19. File Type Restriction Examples

  :v1,"..."# ; all file types

  <"text"> ; only "text" file types for the following vdls

  :v2,"..."#
  :v3,"..."#

  <!"HTML"> ; no "HTML" file types for the following vdls

  :v4,"..."#

  :v5, <"JPEG","GIF"> "..."# ; only "JPEG" and "GIF" file types for v5

  :v6,"..."#

  <> ; all file types for the following vdls

  :v7,"..."#
  • v1 will be used for all file types.
  • v2 and v3 will only be used for "text" file types.
  • v4 and v6 will only be used for non-"HTML" file types.
  • v5 will only be used for "JPEG" and "GIF" file types.
  • v7 will be used for all file types.

Matching for file type restrictions is case-sensitive, and only requires that the VDL-restricted type be a substring of the SmartScan-reported type.

Listen to the audio

Contents | Previous | Next