Click or drag to resize

UtilsCreateClientDirectory Method

local PC의 지정된 경로에 모든 하위디렉토리를 생성합니다.

Namespace:  Mcc.Series.Common
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool CreateClientDirectory(
	string path
)

Parameters

path
Type: SystemString
경로

Return Value

Type: Boolean
실패 : false
See Also