Not to bring up an old post, but I was digging around and searching for Copy method and directory searching method. I noticed on the previous codes there is a statement as such:
Dim files As String() = Directory.GetFiles("C:\","*.doc", SearchOption.AllDirectories I'm using VB.net 2003 and I don't have the option to add the SearchOption.AllDirectories. Is this something that isn't available in my version or am I blind? Just curious.
