다음을 통해 공유


Publish.GetClientPhysicalPath(Boolean) 메서드

정의

클라이언트 구성 파일 저장용 디렉터리 경로를 반환합니다.

public:
 static System::String ^ GetClientPhysicalPath(bool CreateDir);
public static string GetClientPhysicalPath (bool CreateDir);
static member GetClientPhysicalPath : bool -> string
Public Shared Function GetClientPhysicalPath (CreateDir As Boolean) As String

매개 변수

CreateDir
Boolean

디렉터리를 만들려면 true로 설정하고, 경로는 반환하지만 디렉터리를 만들지 않으려면 false로 설정합니다.

반환

구성 파일을 포함하는 디렉터리 경로입니다.

예외

호출자에게 필요한 권한이 없는 경우

설명

시스템 디렉터리 아래에 "\com\SOAPAssembly\" 디렉터리를 만듭니다.

적용 대상