Skip to content

Instantly share code, notes, and snippets.

@223n
223n / DirSize.cs
Created May 24, 2017 13:50
指定したサーバー上の共有フォルダを探して、共有フォルダ内のサイズを探すC#コード
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace DirSize
{