Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <h2>EDITED</h2> <p>In short - by definition the DIR command works as you're implying so it's one of those "by design" things.</p> <p>From Microsoft on the <a href="http://technet.microsoft.com/en-us/library/cc755121%28v=ws.10%29.aspx" rel="nofollow">DIR</a> command directly. This explanation is a bit more winded than the below from the .NET framework.</p> <p>From <a href="http://msdn.microsoft.com/en-us/library/wz42302f.aspx" rel="nofollow">MSDN</a> on the .NET Framework Implementation</p> <blockquote> <p>When using the asterisk wildcard character in a searchPattern, such as "<em>.txt", the matching behavior when the extension is exactly three characters long is different than when the extension is more or less than three characters long. A searchPattern with a file extension of exactly three characters returns files having an extension of three or more characters, where the first three characters match the file extension specified in the searchPattern. A searchPattern with a file extension of one, two, or more than three characters returns only files having extensions of exactly that length that match the file extension specified in the searchPattern. When using the question mark wildcard character, this method returns only files that match the specified file extension. For example, given two files, "file1.txt" and "file1.txtother", in a directory, a search pattern of "file?.txt" returns just the first file, while a search pattern of "file</em>.txt" returns both files.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload