<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hikkisan</author_name>
  <author_url>https://blog.hatena.ne.jp/hikkisan/</author_url>
  <blog_title>hikkisanの日記</blog_title>
  <blog_url>https://hikkisan.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>今ファイル関係の処理を書いていたらふと思った。 そういえば、javaってディレクトリのcopy。ってか、ファイルのcopy機能無いよな。。。 てな訳で、この際だからバイト行く前に作ってみた。(jdk1.5以上で) /** * @author ikki * */ class FileUtil { /** * @param src 送信元 * @param dest 宛先 * @throws IOException */ public static void copyFile(File src,File dest) throws IOException { if (src.isDirectory(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhikkisan.hatenadiary.org%2Fentry%2F20080908&quot; title=&quot;javaでディレクトリのcopy機能無かったから作ってみた。 - hikkisanの日記&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>2008-09-08 00:00:00</published>
  <title>javaでディレクトリのcopy機能無かったから作ってみた。</title>
  <type>rich</type>
  <url>https://hikkisan.hatenadiary.org/entry/20080908</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
