DirectoryEntryType()

Syntax

Result = DirectoryEntryType(#Directory)
Description
Returns the type of the current entry in the #Directory being listed with ExamineDirectory() and NextDirectoryEntry() commands.

The 'Result' can be one of the following constants:
  #PB_DirectoryEntry_File     : This entry is a file.
  #PB_DirectoryEntry_Directory: This entry is a directory.

Supported OS

All

<- DirectoryEntrySize() - FileSystem Index - ExamineDirectory() ->