Does the FileInfo.GetFiles method in .NET CF retrieve all files recursively?
Posted
by William Richards
on Stack Overflow
See other posts from Stack Overflow
or by William Richards
Published on 2010-05-25T17:05:53Z
Indexed on
2010/05/25
17:11 UTC
Read the original article
Hit count: 211
filesystems
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?
© Stack Overflow or respective owner