LoadListingEnum

Specify the desired behavior for loading the listing field of a Directory object for use by expressions.

Members

Enums

Symbol
enum Symbol
Undocumented in source.

Mixins

__anonymous
mixin genCtor
Undocumented in source.
__anonymous
mixin genOpEq
Undocumented in source.
__anonymous
mixin genDumper
Undocumented in source.

Variables

value
Symbol value;
Undocumented in source.

Detailed Description

no listing

Do not load the directory listing.

shallow listing

Only load the top level listing, do not recurse into subdirectories.

deep listing

Load the directory listing and recursively load all subdirectories as well.

Meta