OutputSubFolder (Property) - CAPTUREit - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

CAPTUREit

Platform
AnyDoc
Product
CAPTUREit
Release
Foundation 23.1
License

Description

Used with the Batch object to output a custom sub-folder for a specific destination.

Syntax

object.OutputSubFolder(Destination)= aString

Parameters

The object refers to the Batch object. For more information, see Batch Object).

OutputSubFolder is the property.

Destination refers to the following pre-defined values:

  • CAPTURE_REMOTE_OCRFF = 0

  • CAPTURE_LOCAL_DIR = 1

  • CAPTURE_REMOTE_DIR = 2

  • CAPTURE_ON_THE_FLY = 3

  • CAPTURE_FTP_DIR = 4

  • CAPTURE_LOCAL_INFINIWORX = 5

  • CAPTURE_REMOTE_INFINIWORX = 6

Example

Batch.OutputSubFolder( 5 ) = aString

MsgBox Batch.OutputSubFolder(5)

Batch.OutputSubFolder(CAPTURE_LOCAL_INFINIWORX ) = aString

MsgBox Batch.OutputSubFolder(CAPTURE_LOCAL_INFINIWORX )