D DC Gringo Sep 22, 2004 #1 How do I check to see if a file directory is empty? If (System.IO.File.Exists(*.*)) Then pnlMyPanel.Visible = True End If
How do I check to see if a file directory is empty? If (System.IO.File.Exists(*.*)) Then pnlMyPanel.Visible = True End If
C Curt_C [MVP] Sep 22, 2004 #2 look at the files.count (I think that was the syntax) for the folder object....