M
Michael Sgier
Hi
on the dialogform I've a ok button and a textfield txtfield
I want to rename a file to the name given in txtfield by the user but I get
the error that the destination
file could not be accessed because it's used by another process. What shell
I do?
Many thanks and regards
Michael
If dlg.ShowDialog = DialogResult.OK Then
ren(txtfield.txt)
End If
in ren on the mainform i have:
File.Move(fullPath & Beschriftung, text)
on the dialogform I've a ok button and a textfield txtfield
I want to rename a file to the name given in txtfield by the user but I get
the error that the destination
file could not be accessed because it's used by another process. What shell
I do?
Many thanks and regards
Michael
If dlg.ShowDialog = DialogResult.OK Then
ren(txtfield.txt)
End If
in ren on the mainform i have:
File.Move(fullPath & Beschriftung, text)