<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: using IO_IOCTL_FIND_NEXT_FILE in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/using-IO-IOCTL-FIND-NEXT-FILE/m-p/166201#M1607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I am working with the same thing. I reached till directory listing all the files but I dont know how to configure&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;IO_IOCTL_FIND_FIRST_FILE and&amp;nbsp;&lt;SPAN&gt;IO_IOCTL_FIND_NEXT_FILE to find the file I want from a USB stick .Please share your snippet to find the files and save it in a buffer.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Olivia&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2016 07:42:44 GMT</pubDate>
    <dc:creator>oliviachristyva</dc:creator>
    <dc:date>2016-09-08T07:42:44Z</dc:date>
    <item>
      <title>using IO_IOCTL_FIND_NEXT_FILE</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/using-IO-IOCTL-FIND-NEXT-FILE/m-p/166198#M1604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to be able to scroll through available files on a disk without knowing the file names beforehand.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to modify the MFSUG example, "List all files and subdirectories in a directory", by creating subroutines for both&amp;nbsp;IO_IOCTL_FIND_FIRST_FILE﻿﻿ and&amp;nbsp;IO_IOCTL_FIND_NEXT_FILE﻿﻿. &amp;nbsp;For example,&amp;nbsp;main() calls find_first_file() then subsequently&amp;nbsp;calls&amp;nbsp;find_next_file() each time I want to know the next file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For some reason,&amp;nbsp;MFS_SEARCH_DATA struct gets reset each time I call&amp;nbsp;IO_IOCTL_FIND_NEXT_FILE﻿ so the required previous file is not saved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, gj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 01:38:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/using-IO-IOCTL-FIND-NEXT-FILE/m-p/166198#M1604</guid>
      <dc:creator>Wanderer</dc:creator>
      <dc:date>2011-09-12T01:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: using IO_IOCTL_FIND_NEXT_FILE</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/using-IO-IOCTL-FIND-NEXT-FILE/m-p/166199#M1605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it does not create a list of any kind. The search data only contain information about one (last) file that matched your search criteria. You have to save the information needed yourself after each find-next-search.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PetrM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 19:41:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/using-IO-IOCTL-FIND-NEXT-FILE/m-p/166199#M1605</guid>
      <dc:creator>PetrM</dc:creator>
      <dc:date>2011-09-23T19:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: using IO_IOCTL_FIND_NEXT_FILE</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/using-IO-IOCTL-FIND-NEXT-FILE/m-p/166200#M1606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt;PetrM,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Defining&amp;nbsp;MFS_SEARCH_DATA&amp;nbsp;﻿struct as STATIC worked. &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;Cheers, gj&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 20:50:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/using-IO-IOCTL-FIND-NEXT-FILE/m-p/166200#M1606</guid>
      <dc:creator>Wanderer</dc:creator>
      <dc:date>2011-09-23T20:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: using IO_IOCTL_FIND_NEXT_FILE</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/using-IO-IOCTL-FIND-NEXT-FILE/m-p/166201#M1607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I am working with the same thing. I reached till directory listing all the files but I dont know how to configure&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;IO_IOCTL_FIND_FIRST_FILE and&amp;nbsp;&lt;SPAN&gt;IO_IOCTL_FIND_NEXT_FILE to find the file I want from a USB stick .Please share your snippet to find the files and save it in a buffer.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Olivia&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 07:42:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/using-IO-IOCTL-FIND-NEXT-FILE/m-p/166201#M1607</guid>
      <dc:creator>oliviachristyva</dc:creator>
      <dc:date>2016-09-08T07:42:44Z</dc:date>
    </item>
  </channel>
</rss>

