ImageGear Professional v18.2 > API Reference Guide > TWAIN Component API Reference > TWAIN Component Objects > IGTwainCtl Control > IGTwainCtl Methods > ChangeDirectory Method |
Selects the current device within the Data Source (camera, storage, etc.). If the device is a IG_TW_FY_DOMAIN, then this command enters a directory that can contain IG_TW_FY_HOST files. If the device is a IG_TW_FY_HOST, then this command enters a directory that can contain IG_TW_FY_DIRECTORY files. If the device is a IG_TW_FY_DIRECTORY, then this command enters a directory that can contain IG_TW_FY_DIRECTORY or IG_TW_FY_IMAGE files.
Use OpenSource to select the desired Data Source, prior to calling this method.
ChangeDirectory(DirName As String)
Name | Description |
---|---|
DirName | The name of the directory. |
N/A