Thread: copying files
View Single Post
Old Oct 18th, 2006, 10:22 AM   #6
randum77
Programmer
 
randum77's Avatar
 
Join Date: Jun 2006
Location: Fayettehell, NC
Posts: 56
Rep Power: 3 randum77 is on a distinguished road
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.
__________________
_Marshall_

"America has bred a society that is innocent and incapable of accepting responsibility, but yet, is able to place blame on others without guilt."
randum77 is offline   Reply With Quote