Skip to main content

Create Folder

Files & FoldersFoldersWrites files

Creates a folder at the specified location.

Inputs

NameTypeRequiredDefaultDescription
Folder Path
folderPath
folderRequired
Create Parent Folders
createParentFolders
booleanOptionaltrue
Output Variable
outputVariable
variableOptionalCreateFolderResult

Output

$outputVariableObject

Object describing the create-folder result. Reference {CreateFolderResult.folderPath}, {CreateFolderResult.created}, {CreateFolderResult.success}, or {CreateFolderResult} alone (resolves to the folder path).

  • successBoolean
  • folderPathString
  • createdBoolean
  • pathString

Compatibility

WindowsLinuxAttendedUnattended

Related activities