<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shikaku</author_name>
  <author_url>https://blog.hatena.ne.jp/shikaku/</author_url>
  <blog_title>shikaku's blog</blog_title>
  <blog_url>https://blog.systemjp.net/</blog_url>
  <categories>
    <anon>VC</anon>
  </categories>
  <description>FindFirstFile()とFindNextFile()を使います。 // Cドライブ直下のフォルダ一覧を取得 WIN32_FIND_DATA find_dir_data; CString dir_search_path = &quot;c:\\*&quot;; HANDLE hFind = FindFirstFile(dir_search_path , &amp;find_dir_data); do{ if( hFind != INVALID_HANDLE_VALUE ) { if( strcmp( find_dir_data.cFileName, &quot;.&quot; ) &amp;&amp; strcmp( find_dir_data.cF…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.systemjp.net%2Fentry%2F20090522%2Fp2&quot; title=&quot;ディレクトリ（フォルダ）一覧を取得する方法 - shikaku&amp;#39;s blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://thumbnail.image.rakuten.co.jp/@0_mall/com-books/cabinet/c7/s-9784893699329.jpg?_ex=64x64</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-05-22 00:00:06</published>
  <title>ディレクトリ（フォルダ）一覧を取得する方法</title>
  <type>rich</type>
  <url>https://blog.systemjp.net/entry/20090522/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
