Click or drag to resize

FileSystemCreateDirectory Method

Creates a new directory in the current directory.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void CreateDirectory(
	string newDirectory
)

Parameters

newDirectory
Type: SystemString
The name of the new directory.
See Also