Class: FolderEntryDescriptor

sync.api.FileBrowsingDialog. FolderEntryDescriptor


new FolderEntryDescriptor(name, folder)

A descriptor for a folder entry.
Parameters:
Name Type Description
name string The name of the entry.
folder boolean true if the entry is a folder.

Members


folder :boolean

true if the entry is a directory.
Type:
  • boolean

name :string

The name of the entry.
Type:
  • string