Forum Discussion

mr_anto's avatar
mr_anto
Copper Contributor
Jun 16, 2022

VB.NET. "The process cannot access the file because it is being used by another process"

I should add a list of files into a ZIP. Procedure code is like this Sub CreateZip Dim FileList As New ArrayList 'List of File Paths to be added to the ZIP For Each path in FileList ...

Resources