<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>いちばんやさしいゲームの作り方 &#187; tree</title>
	<atom:link href="http://www.game-create.com/archives/tag/tree/feed" rel="self" type="application/rss+xml" />
	<link>http://www.game-create.com</link>
	<description>文系の人でも、数理学がわからない人でもゲームプログラミングをマスターできるブログ</description>
	<lastBuildDate>Tue, 08 Jun 2010 01:28:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ディレクトリツリーを出力する</title>
		<link>http://www.game-create.com/archives/1112</link>
		<comments>http://www.game-create.com/archives/1112#comments</comments>
		<pubDate>Tue, 23 Dec 2008 17:28:29 +0000</pubDate>
		<dc:creator>Byerkut</dc:creator>
				<category><![CDATA[ゲームプログラミング]]></category>
		<category><![CDATA[tree]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[コマンド]]></category>

		<guid isPermaLink="false">http://www.game-create.com/?p=1112</guid>
		<description><![CDATA[ディレクトリツリーを出力するためには tree コマンドを使います。

tree コマンドにディレクトリパスを渡すと、そのパスを起点とするディレクトリツリーを出力します。
# /F オプションを省略するとディレクトリのみ [...]]]></description>
			<content:encoded><![CDATA[<p>ディレクトリツリーを出力するためには tree コマンドを使います。</p>
<p><span id="more-1112"></span></p>
<p>tree コマンドにディレクトリパスを渡すと、そのパスを起点とするディレクトリツリーを出力します。</p>
<div class="hl-surround" ><div class="hl-main"><pre># /F オプションを省略するとディレクトリのみの出力になります
tree /F</pre></div></div>
<p>結果は次のようになります。</p>
<div class="hl-surround" style="height:280px;"><div class="hl-main"><pre>フォルダ パスの一覧
ボリューム シリアル番号は 0008F5B8 7851:8D8F です
C:.
│  bootstrap.php
│  comments.php
│  footer.php
│  functions.php
│  header.php
│  index.php
│  page.php
│  screenshot.png
│  search.php
│  sidebar.php
│  single.php
│  style.css
│  
├─animations
│      CheerMadoka.swf
│      TopIllust.swf
│      
├─images
│      bg_header_sub.gif
│      bg_header_top.jpg
│      bg_heading_article.gif
│      bg_heading_bottom_navi.gif
│      bg_heading_sidebar.gif
│      bg_heading_sub.gif
│      bg_heading_top.jpg
│      bg_sidebar.gif
│      bg_sub.gif
│      bg_top.gif
│      bn_ranking.gif
│      bn_ranking_clicked.gif
│      btn_search.gif
│      closelabel.gif
│      icon_author.gif
│      icon_categories.gif
│      icon_comment.gif
│      icon_comments.gif
│      icon_external_link.gif
│      icon_feed.gif
│      icon_internal_link.gif
│      icon_list.gif
│      icon_page.gif
│      icon_permalink.gif
│      icon_published.gif
│      icon_search.gif
│      icon_sidebar_list.gif
│      icon_tags.gif
│      icon_trackback.gif
│      icon_trackbacks.gif
│      loading.gif
│      logo_site_title.gif
│      nextlabel.gif
│      prevlabel.gif
│      
├─scripts
│      builder.js
│      contact.php
│      effects.js
│      game_style.js
│      lightbox.js
│      prototype.js
│      scriptaculous.js
│      swfobject.js
│      
└─styles
    │  advertisements.css
    │  alignments.css
    │  articles.css
    │  basics.css
    │  contents.css
    │  fonts.css
    │  highlight.css
    │  layouts.css
    │  lightbox.css
    │  memo.txt
    │  pages.css
    │  
    └─hacks
            gecko.css</pre></div></div>
<p>ちょっとした資料を作るのに便利かと思います。このコマンドは Windows のみで動作します。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.game-create.com/archives/1112/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
