Neu dazu
- Funktionen: Liste der unlöschbaren Verzeichnisse und Dateien leeren
This commit is contained in:
parent
ad76dd0246
commit
6ec58cc8ea
Binary file not shown.
@ -532,6 +532,22 @@ namespace Eugen.ESystem
|
||||
return NumberOfDirectories;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Clears the undeletabele directory list.
|
||||
/// </summary>
|
||||
public void ClearUndeletableFiles()
|
||||
{
|
||||
undeletableFiles.Clear();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Clears the undeletabele directory list.
|
||||
/// </summary>
|
||||
public void ClearUndeletableFolders()
|
||||
{
|
||||
undeletableDirectories.Clear();
|
||||
}
|
||||
|
||||
#region Event Handler
|
||||
// Der Delegat muß die gleiche Signatur aufweisen wie die Eventhandler-Methode.
|
||||
public delegate void EventDelegate(long result);
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user