RecycleBinUtilGetRecycledFiles Method
Gets all the recycled files that are inside the recycle bin of an specific drive.
Namespace: DevCase.ThirdParty.WindowsApiCodePackAssembly: DevCase.net48.ThirdParty.WindowsApiCodePack (in DevCase.net48.ThirdParty.WindowsApiCodePack.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static IEnumerable<ShellFile> GetRecycledFiles(
char driveLetter
)
Public Shared Function GetRecycledFiles (
driveLetter As Char
) As IEnumerable(Of ShellFile)
Dim driveLetter As Char
Dim returnValue As IEnumerable(Of ShellFile)
returnValue = RecycleBinUtil.GetRecycledFiles(driveLetter)
public:
static IEnumerable<ShellFile^>^ GetRecycledFiles(
wchar_t driveLetter
)
static member GetRecycledFiles :
driveLetter : char -> IEnumerable<ShellFile>
No code example is currently available or this language may not be supported.
- driveLetter Char
-
The recycle bin drive letter.
IEnumerableShellFile
All the recycled files that are inside the recycle bin of an specific drive.