A directory content lister widget.
- Command Input:
s(DirName)
- Command Output:
v
- Command Description:
- Set the directory name.
- Command Input:
v
- Command Output:
s(DirName)
- Command Description:
- Set the directory name.
- Command Input:
b(IgnoreSubDirs)
- Command Output:
v
- Command Description:
- If true, subdirectories will not be listed.
- Command Input:
v
- Command Output:
b(IgnoreSubDirs)
- Command Description:
- Return "ignore subdirs" flag.
- Command Input:
b(IgnoreFiles)
- Command Output:
v
- Command Description:
- If true, files will not be listed.
- Command Input:
v
- Command Output:
b(IgnoreFiles)
- Command Description:
- Return "ignore files" flag.
- Command Input:
s(Pattern)
- Command Output:
v
- Command Description:
- Set file pattern against which entries will be matched.
- Command Input:
v
- Command Output:
s(Pattern)
- Command Description:
- Get the file pattern.