File.createFolder()

Signature

boolean createFolder(String directoryPath, String folderName)

Domain

ACTION, CONDITION, BUI

Description

Creates a folder on the file system

Parameters

NameTypeDescription
directoryPathStringThe directory to create folder in
folderNameStringThe name of the folder to create

Returns

TypeDescription
booleanWhether folder was created or not

Cautions

none