wodSFTP API library - DirItemTypes Enumeration
    
 

Description

These constants define type of the item shown in wodSFTPdll's LoopItem and LoopError callbacks.




Members
Constant Value Description
 typeDirectory 0 Item is a directory.
 typeSymlink 1 Item is a symbolic link.
 typeFile 2 Item is a file.
 typeTemporary 3 Item is a temporary file/folder.
 typeUnknown 4 Unknown item.