Does the FileInfo.GetFiles method in .NET CF retrieve all files recursively?
- by William Richards
I see .NET has the option: SearchOption.TopDirectoryOnly which helps me to limit the file list retrieval for just the selected directory, not subdirectories. I would like to know whether .NET CF has any options to do so?