Get Folder Files
Returns the full paths of all files located within a specified folder.
Category: File & Folder Operations · Group: Files · Activity name: GetFolderFiles

Example
outputVariable = GetFolderFiles("<folderPath>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Folder Path | string | Yes | The path of the folder from which file paths will be retrieved. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | array | Specifies the name of the variable that will store the list of PDFs. |