[
  {
    "Id": "601677",
    "ThreadId": "254983",
    "Html": "\r\n<p>I would like to use the FileSelector.SelectFiles method to get a string array back of just directories.&nbsp; I tried to use the following as my select criteria, but that didn't return anyting.&nbsp; &quot;name=*.* and type=D and mtime &lt; 2011-03-01&quot;.&nbsp;\r\n Is it possible to get just the names of the folders that meet the criteria or will this only return files?</p>\r\n<p>Dim objFileSelector as IonicFileSelector = New Ionic.FileSelector(&quot;name=*.* and type=D and mtime &lt; 2011-03-01&quot;)</p>\r\n<p>Dim strSelectedFiles() as String = objFileSelector.SelectFiles(&quot;C:\\Test&quot;)<span style=\"font-size:x-small\"><span style=\"font-size:x-small\"><span style=\"font-size:x-small\"></span></span></span></p>\r\n",
    "PostedDate": "2011-04-22T12:38:21.47-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "603102",
    "ThreadId": "254983",
    "Html": "<p>Using the criteria \"type = d and mtime &gt; 2011-03-11\" will work - it will retrieve only the names of directories.</p>\r\n<p>You don't need the name=*.*, because that is implicit.</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2011-04-26T11:41:34.4-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "603138",
    "ThreadId": "254983",
    "Html": "<p>I tried this and it didn't work.&nbsp; I keep getting a strSelectedFiles with a count of zero.&nbsp; I've got 3 subfolders under C:\\Test.&nbsp; I'm using 1.9.5.2 of the Ionic.Zip.dll.</p>\r\n<pre>Dim objFileSelector As Ionic.FileSelector = New Ionic.FileSelector(\"type = D and mtime &gt; 2010-05-01\")\r\nDim strSelectedFiles = objFileSelector.SelectFiles(\"C:\\Test\")</pre>",
    "PostedDate": "2011-04-26T12:31:37.853-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]