VssDifferencedFileInfoPath Property |
The path to the differenced files.
Users of this method need to check to determine whether this path ends with a backslash (\).
Namespace: Alphaleonis.Win32.VssAssembly: AlphaVSS.Common (in AlphaVSS.Common.dll) Version: 1.3.0.0 (1.3.0.0)
Syntaxpublic string Path { get; }
Public ReadOnly Property Path As String
Get
public:
property String^ Path {
String^ get ();
}
Property Value
Type:
String
See Also