ZipCompressionEndArgs.SourceFileOrFolder Property

AdiIRC API v2

ZipCompressionEndArgsSourceFileOrFolder Property

Returns the file name or folder to compress

Namespace:  AdiIRCAPIv2.Arguments.ZipCompression
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public string SourceFileOrFolder { get; }
Public ReadOnly Property SourceFileOrFolder As String
	Get
public:
property String^ SourceFileOrFolder {
	String^ get ();
}
member SourceFileOrFolder : string with get

Property Value

Type: String
See Also