FileSystem.DirectoryList Method

Top 

Description

Lists the names of files and folders contained within the specified path.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

FileSystem.DirectoryList(String path)

StringArray

Lists the names of files and folders contained within the specified path.

FileSystem.DirectoryList(String path, Variable recursive)

StringArray

Lists the names of files and folders contained within the specified path.

FileSystem.DirectoryList(String path, Variable recursive, Variable contentToList)

StringArray

Lists the names of files and folders contained within the specified path.

 

 

See also

FileSystem Object

Interfacing with Files Guide