<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ayousanz</author_name>
  <author_url>https://blog.hatena.ne.jp/ayousanz/</author_url>
  <blog_title>yousanのメモ</blog_title>
  <blog_url>https://ayousanz.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>開発環境 詳細 開発環境 Windows 11 Python 3.11.7 詳細 以下のコードで指定したディレクトリ内のwavファイルのパスを一覧にしたテキストファイルが出力されます # 指定したディレクトリ内のすべてのファイルのパスを再帰的に取得し、txtファイルに保存するスクリプト import os import sys def get_file_paths(directory): file_paths = [] for root, directories, files in os.walk(directory): for filename in files: if filename.e…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fayousanz.hatenadiary.jp%2Fentry%2F2024%2F05%2F11%2F114657&quot; title=&quot;指定したディレクトリ内のすべてのwavファイルのパスを再帰的に取得してtxtファイルに保存する - yousanのメモ&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>2024-05-11 11:46:57</published>
  <title>指定したディレクトリ内のすべてのwavファイルのパスを再帰的に取得してtxtファイルに保存する</title>
  <type>rich</type>
  <url>https://ayousanz.hatenadiary.jp/entry/2024/05/11/114657</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
