Gets or sets the working directory for the zip file.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property WorkingDirectory As String |
C# |
---|
public string WorkingDirectory { get; set; } |
C++ |
---|
public property string WorkingDirectory sealed { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_WorkingDirectory(); /** property */ public void set_WorkingDirectory(string value); |
JScript |
---|
public function get WorkingDirectory() : String public function set WorkingDirectory(value : String); |
Property Value
The working directory.
Remarks
The working directory is the base of the zip file. All files will be made relative from the working directory.
See Also
Documentation version 1.0.0.0.