| 1. |
38. It contains the list of all visual basic program files. O List boxO Option buttonOSolution explorer0 Command box |
|
Answer» ong>Explanation: The OVERLOADS of the FileSystem.GetFiles method RETURN a read-only collection of strings REPRESENTING the names of the FILES within a directory: Use the GetFiles(String) overload for a simple file search in a specified directory, without searching SUBDIRECTORIES. Use the GetFiles(String, SearchOption, String[]) overload to specify additional options for your search. You can use the wildCards parameter to specify a search pattern. To include subdirectories in the search, set the searchType parameter to SearchOption.SearchAllSubDirectories. An empty collection is returned if no files matching the specified pattern are found. |
|