File.Delete does it block?

  • Thread starter Thread starter Sea Sharper
  • Start date Start date
S

Sea Sharper

I am inside a timer thread and have found that File.Delete is not blocking.
File.Delete(x)
Checkitexists(x) = true
Checkitexists(x) = true
Checkitexists(x) = false

Not a problem but it would be nice to be warned in the documentation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

File IO and Threading 3
Delete a file permanent 1
File.Delete / Recreating File bug 5
File.Delete not deleting file 5
File Locking 1
File.Move / File.Copy exception 2
Delete file 4
InfoPath Print MessageBox 1

Back
Top