Gets the full path to the last shredded file or folder

Namespace: LLCryptoLib.Shred
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public string LastShreddedPath { get; }
Visual Basic
Public ReadOnly Property LastShreddedPath As String
	Get
Visual C++
public:
property String^ LastShreddedPath {
	String^ get ();
}

Field Value

The last shredded path.

See Also