ImageGear .NET - Updated
CreateDirectory Method




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearTWAIN Class : CreateDirectory Method
The name (NOT the pathname) of directory to create.
This method creates a new directory within the current directory.
Syntax
'Declaration
 
Public Sub CreateDirectory( _
   ByVal directoryName As String _
) 
'Usage
 
Dim instance As ImGearTWAIN
Dim directoryName As String
 
instance.CreateDirectory(directoryName)
public void CreateDirectory( 
   string directoryName
)
public: void CreateDirectory( 
   string* directoryName
) 
public:
void CreateDirectory( 
   String^ directoryName
) 

Parameters

directoryName
The name (NOT the pathname) of directory to create.
Remarks
Prior to calling this method, use OpenSource to select the desired Data Source.
See Also

Reference

ImGearTWAIN Class
ImGearTWAIN Members