Import.GetOutputDirectory Method¶
Returns the Output directory which is to contain install capture files, which is generated on the fly (with timestamp + application name).
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public string GetOutputDirectory(
string path
)
VB¶
Public Function GetOutputDirectory (
path As String
) As String
Parameters¶
- path
- Type: System.String
This is the path to the installer which we want to retrieve the output directory of.
Return Value¶
Type: String
The specified output directory