Skip to main content

Folder Exists

Files & FoldersFoldersWrites files

Check if a folder exists at a specific location

Inputs

NameTypeRequiredDefaultDescription
Folder Path
folderPath
folderRequired
Output Variable
outputVariable
variableOptionalFolderExists

Output

$outputVariableObject

Object with the existence check result and the resolved folder path. Reference as {FolderExists.exists} (boolean) and {FolderExists.path} (string) in downstream activities.

  • existsBoolean
  • pathString

Compatibility

WindowsLinuxAttendedUnattended

Related activities