トップに戻る
tags
string folder = "c:\\temp\\"; if ( ! Directory.Exists( folder ) ) { Directory.CreateDirectory( folder ); }
edit