EZTwainX File Properties

These are the properties of the File child object contained by the EZTwainX control. In most languages if the EZTwainX control is called eztwain, you set these properties by writing something like this:

eztwain.File.WorkingDirectory = "z:\scandocs"

See also: File Methods

Name Type R/W  Description Added
WorkingDirectory String RW The implied directory for partial or relative filenames in file operations.
For example, if WorkingDirectory = "c:\temp" then a File.Delete("*.tif") means delete c:\temp\*.tif
Note: WorkingDirectory is initialized to the user's TEMP directory.
1.59