Skip to content

InsertBefore

cpgames edited this page Jul 12, 2022 · 1 revision

image

Inserts new partition with provided Data before provided Partition.


Input Ports:

Start - execution entry.
Partition (type: Partition) - input partition.
Data (type: string) - new partition data.


Output Ports:

Done - execution exit.
NewPartition (type: Partition) - new partition.

Clone this wiki locally