Click or drag to resize
AkResourcePathGetPrjFile Method
获取工程 .prj 文件。

Namespace: Appkit.IO
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetPrjFile(
	string appId,
	string prjId
)

Parameters

appId
Type: SystemString
应用标识。
prjId
Type: SystemString
工程标识。

Return Value

Type: String
文件路径。
See Also