ImageGear21.Twain Assembly > ImageGear.TWAIN Namespace > ImGearTWAIN Class : ChangeDirectory Method |
'Declaration Public Sub ChangeDirectory( _ ByVal directoryName As String _ )
'Usage Dim instance As ImGearTWAIN Dim directoryName As String instance.ChangeDirectory(directoryName)
public void ChangeDirectory( string directoryName )
public: void ChangeDirectory( string* directoryName )
public: void ChangeDirectory( String^ directoryName )
ImGearFileType.DOMAIN
, then this command enters a directory that can contain ImGearFileType.HOST
files. If the device is a ImGearFileType.HOST
, then this command enters a directory that can contain ImGearFileType.DIRECTORY
files. If the device is a ImGearFileType.DIRECTORY
, then this command enters a directory that can contain ImGearFileType.DIRECTORY
or ImGearFileType.IMAGE
files.
Use OpenSource
to select the desired Data Source, prior to calling this method.