Hi,
When uploading a file with the fileselector https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Utils.InteractiveAutomationScript.FileSelector.html
It ends up on a folder. Is there an automated cleanup for these upload or do i have to take care of it in the script when adding to an DOM instance or copying the file to another location?
Hi Gerwin,
Files uploaded using the FileSelector end up in a temporary folder under C:\Skyline DataMiner\TempDocuments. These files can be copied over to a more permanent location if required. Ideally the script should remove the uploaded files from the temporary folder. All folders and files in C:\Skyline DataMiner\TempDocuments automatically get removed on DataMiner startup.
Kind regards,