FileHelper.GetDirectoryLength Method

HD.Common

FileHelperGetDirectoryLength Method Helper帮助文档
获取文件夹大小

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static long GetDirectoryLength(
	string dirPath
)
Public Shared Function GetDirectoryLength ( 
	dirPath As String
) As Long
public:
static long long GetDirectoryLength(
	String^ dirPath
)
static member GetDirectoryLength : 
        dirPath : string -> int64 

Parameters

dirPath
Type: SystemString
文件夹路径

Return Value

Type: Int64

[Missing <returns> documentation for "M:HD.Common.FileHelper.GetDirectoryLength(System.String)"]

See Also

Reference