Table of Contents

Method CopyUploadedFiles

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

CopyUploadedFiles(string)

Copies the uploaded files to the specified folder. If the folder does not exist, a new one will be created.

public void CopyUploadedFiles(string folderPath)

Parameters

folderPath string

Path of the folder to where the uploaded files should be copied.