check for any files in a directory

  • Thread starter Thread starter DC Gringo
  • Start date Start date
D

DC Gringo

How do I check to see if a file directory is empty?

If (System.IO.File.Exists(*.*)) Then
pnlMyPanel.Visible = True
End If
 

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

Back
Top