C#ファイルサイズ取得 日付: 3月 18, 2010 リンクを取得 Facebook × Pinterest メール 他のアプリ FileInfo fInfo = new FileInfo( "ファイルパス" ); int i = fInfo.Length;