Yes I was wondering how to delete and rename files in VB???
if anyone could lend a hand????:confused:
Printable View
Yes I was wondering how to delete and rename files in VB???
if anyone could lend a hand????:confused:
To delete: Kill MyFile
To Rename: Name MyFile As MyNewFile