Hi,
Can anyone tell me how to delete a file from VB if it is in use by Windows.
Is it possible ???
Thanks.
Phil
Printable View
Hi,
Can anyone tell me how to delete a file from VB if it is in use by Windows.
Is it possible ???
Thanks.
Phil
Office files have a property named locked..
If you write
dim a as myfile
myfile.locked=false
it may work...