C# Class IOExtensions, code

文件读写复制操作,对System.IO的一些封装
Mostra file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
GetTotalSize ( DirectoryInfo, directory, Action, progressCallback ) : long

Method Details

GetTotalSize() public static method

public static GetTotalSize ( DirectoryInfo, directory, Action, progressCallback ) : long
directory DirectoryInfo,
progressCallback Action,
return long