ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUIThumbnailCtl Control > IGGUIThumbnailCtl Methods > DirectoryAppend Method |
Creates a series of thumbnail items (either one per file, or one per page per file), by scanning through a filesystem directory and selecting all of the files matching the Filters parameter.
DirectoryAppend(FilePath As String, Filters As String)
Name | Description |
---|---|
FilePath | Can either be specified as a DOS filepath (e.g., with a drive-letter), or as a Windows filepath (e.g., a UNC filepath like "\\server\sharename\directory"). |
Filters | A standard Windows file-filter string: "*.*" means all files, "*.bmp" means all BMP files, "*.JPG;*.BMP" means all BMP and JPG files. |
None
N/A
ig_guiwin_vb6.exe