Input

The input for the activity is the following.

Input Item

Datatype

Description

fileName

string

The path and name of the directory with files or subdirectories to list.

If you supply a file or directory name, information about that file or directory is returned.

You can use wildcards to list files or directories that match the given specification. For example, C:\files\*.log lists any file in the files directory that have a .log extension. C:\files\mylogs\*.* lists all files in the directory mylogs.