<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>wata_d</author_name>
  <author_url>https://blog.hatena.ne.jp/wata_d/</author_url>
  <blog_title>閑古鳥</blog_title>
  <blog_url>https://www.little-cuckoo.jp/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>Boost</anon>
  </categories>
  <description>Boost.Filesystemには「pathを受け取って何かする」という関数が用意されています。 問い合わせ namespace fs = boost::filesystem; fs::path const dir(&quot;C:\\hom&quot;); fs::path const file(&quot;hom.txt&quot;); fs::path const path = dir / file; // ファイル or ディレクトリの存在確認 fs::exists(dir); fs::exists(path); // ディレクトリかな? fs::is_directory(path); // ファイルかな? fs::is_…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.little-cuckoo.jp%2Fentry%2F20110612%2F1307879525&quot; title=&quot;boost::filesystem::pathに対する操作、問い合わせ - 閑古鳥&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-06-12 20:52:05</published>
  <title>boost::filesystem::pathに対する操作、問い合わせ</title>
  <type>rich</type>
  <url>https://www.little-cuckoo.jp/entry/20110612/1307879525</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
