CodePanic!
>
C#.NET Tips
> 今ここ
■ファイルをコピー
System.IO.File.Delete()関数を使います。 ファイル名を指定し、削除します。
System.IO.File.Delete( @"c:\unko" );