DirectoryList
Lists all subdirectories of a directory.
Syntax
-
DirectoryList(s)
-
s
is a string
-
Description
If s
is the fully-qualified path of a file-system directory, then DirectoryList(s)
returns a list of all subdirectories of s
.
Examples
#DirectoryList("C:\WINDOWS")
62