Create HTML table listing of Windows directories and files WindowsのディレクトリとファイルのHTMLテーブルのリストを作成する
Posted on October 4, 2008 at 5:34 am 2008年10月4日の午前5:34に投稿
Ever need to create an HTML file that lists all the files and folders in a particular Windows directory ?今までは、特定のWindowsディレクトリ内のすべてのファイルとフォルダのリストをHTMLファイルを作成する必要がありますか? Probably not something you’ll need to do very often, but it does come in handy every once in a while.非常に頻繁に行う必要がありますおそらくない何か、それには便利な一度の割合で来ている。
For example, if you want to quickly create a list of all files and folders inside of a Window directory and send it to someone in a nice easy to view format.たとえば、すぐにウィンドウのディレクトリの中のすべてのファイルとフォルダのリストを作成し、誰かに送信する形式を表示するには簡単にいい。 Earlier I had written about a program called Karen’s Directory Printer, a free program that以前の私はプログラムカレンのディレクトリのプリンタは、無料のプログラムと呼ばれることについて書いていた prints a list of all files and folders in a Windows directoryすべてのファイルとフォルダは、 Windowsディレクトリ内の一覧を印刷 . 。 However, it only allows you to save the list as a text file.しかし、あなただけのリストをテキストファイルとして保存することができます。
DirHTML DirHTML is a nifty program that pretty much does the same thing, generates a recursive list of files and folders, but outputs it as an HTML table with links!は、ほぼ同じことは、気の利いたプログラムは、ファイルやフォルダの再帰的なリストを生成するが、リンクをHTMLテーブルとして出力! So you can actually open the file and click on any file to open the file in the web browser.だから、実際に任意のファイルをWebブラウザでファイルを開いて、ファイルをクリックして開くことができます。 Convenient for web developers possibly.ウェブ開発者のための可能性便利。
Here’s what a directory listing outputted in HTML looks like for a folder on my computer:ここでは、ディレクトリ一覧をHTML形式で出力が私のコンピュータ上のフォルダのようになります:
Across the top are anchors, which are basically links to all of the folders inside the directory you specified.全体のトップは、基本的にすべての指定されたディレクトリ内のフォルダへのリンクはアンカーしている。 After that, all files within the root folder and within each folder under the root is listed along with basic file attributes.その後、ルートフォルダ内のすべてのファイルと各フォルダ内のルートの下に基本的なファイル属性と一緒に記載されています。 You can click on any of the files and it’ll try to open them in the browser window.任意のファイルをクリックすると、ブラウザのウィンドウを開いてみてくださいよ。
Once you download the program, simply run the dirhtml.exe file and you’ll get a configuration window like this:完了したら、プログラムをダウンロードして、単純にdirhtml.exeファイルを実行すると、このような設定ウィンドウが表示されます:
The program is highly configurable, but you can also just choose the folder and click the Build button if you don’t want to do anything else.このプログラムは非常に構成可能ですが、もし他に何もしたくない場合は、フォルダをクリックするだけでは、ビルドボタンを選択することができます。 You can filter based on file extension (File Specification) or by file names.ファイルの拡張子(ファイル仕様)またはファイル名でフィルタリングをベースにすることができます。
Under Miscellaneous , you can specify the file attributes you want to include in the HTML output and also specify if you want to use fully qualified paths in the links. その他の下に、そのファイルを指定することができます場合は、 HTML出力に含める場合は、リンクの完全修飾パスを使用する場合も属性を指定します。 This is useful because if you want to be able to transfer the file to another computer, you can also copy the folder to the other computer under the same path, ie C:\My Documents\Test and be open to click on the files to open them.このため、必要に応じて別のコンピュータにファイルを転送することができる便利されている場合も、他のコンピュータには、同じパス、例えばC : \マイドキュメント\テストの下をクリックして、ファイルを開いているフォルダをコピーすることができますそれらを開きます。
Under Sorting , you can choose to sort the files by Filename, Size, Date, and Extension.ソートの下では、ファイル名、サイズ、日付、および拡張して、ファイルをソートすることができます。
You can also configure the program to build the directory listing recursively or not.設定することもできます再帰的には、ディレクトリのリストを構築するプログラム。 You can choose whether you want all links in one HTML file or to create an HTML file for each separate folder.するかどうか、または1つのHTMLファイル内のすべてのリンクをそれぞれ別のフォルダには、 HTMLファイルを作成することができます。
Overall, it’sa useful program to quickly create HTML files for any folder branch in Windows.全体として、これは有用なプログラムを迅速に、 Windowsの任意のフォルダ枝のためのHTMLファイルを作成します。 Enjoy!楽しむ!
» Filed Under »ファイルの下で Free Software Downloadsフリーソフトウェアのダウンロード
Save this page このページを保存 | Stir it up on Mixx かき混ぜるそれをミックスに | |
Add to Reddit しかしに追加 |
Related Posts 関連記事
- How to print a list of files in a Windows directory方法は、 Windowsディレクトリ内のファイルの一覧を印刷する
- How to hide files in JPEG pictures写真はJPEGのファイルを非表示にする方法
- Merge multiple Powerpoint (PPT) files/presentationsマージ、複数のパワーポイント( PPT 、ダウンロード)ファイル/プレゼンテーション
- Another way to hide files and folders in Windows XP Windows XPでファイルやフォルダを隠すためにもう1つの方法
- Enhance Windows Explorer navigation using Direct Folders Windowsエクスプローラのフォルダを使用してナビゲーションを強化する直接






















