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\”。

适用于