Seasons.NET

ちょっとした技術ブログです

Entries from 2007-01-25 to 1 day

X-finderバージョンアップ

久々にバージョンアップ。 http://gakana.yh.land.to/test/xf11-0-11.php

.svnディレクトリを消す

指定したディレクトリ内の.svnを全て抹消するツール 1 namespace RemoveSVN 2 { 3 using System.Collections.Generic; 4 using System.IO; 5 using System.Text.RegularExpressions; 6 7 internal class Program 8 { 9 private static List<string> deletePaths = ne</string>…