ImageGear Professional v18.2 > API Reference Guide > TWAIN Component API Reference > TWAIN Component Objects > IGTwainCtl Control > IGTwainCtl Methods > CreateDirectory Method |
Creates a new directory within the current directory. Pathnames are not allowed, only the name of the new directory can be specified.
Use OpenSource to select the desired Data Source, prior to calling this method.
CreateDirectory(DirName As String)
Name | Description |
---|---|
DirName | The name of the directory. |
N/A