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
stringPath of the folder to where the uploaded files should be copied.