Valid 1Z0-804 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-804 Exam! ExamDiscuss.com now offer the newest 1Z0-804 exam dumps, the ExamDiscuss.com 1Z0-804 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-804 dumps with Test Engine here:
Given the following files in doc directory: - Index.htm - Service.html - Logo.gif - Title.jpg And the code fragment: What is the result, if doc is present in the current directory?
Correct Answer: A
Explanation/Reference: Explanation: The Glob search expression is defined through "glob:*.htm, html, xml" The correct answer is A The glob is trying to match all the string. The correct way is glob:*.{htm,html,xml} and then would be found: Index.htm Service.html