Änderung

- Klasse in 'static' geändert
This commit is contained in:
Hoeglinger Eugen 2022-04-19 09:04:16 +02:00
parent 877c0a5278
commit 48970fa89b
6 changed files with 10 additions and 9 deletions

Binary file not shown.

View File

@ -105,18 +105,19 @@ namespace Eugen.ESystem
static DeleteFileFolder()
{
SetDllInfo();
}
/// <summary>
/// Delete Files in a folder
/// </summary>
public DeleteFileFolder()
{
SetDllInfo();
Dir = false;
}
///// <summary>
///// Delete Files in a folder
///// </summary>
// public DeleteFileFolder()
// {
// SetDllInfo();
// Dir = false;
// }
//public static List<string> UndeletableFiles = new List<string>(); //Liste der unlöschbaren Dateien
//public static List<string> UndeletableDirectories = new List<string>(); //Liste der unlöschbaren Verzeichnisse
@ -126,7 +127,7 @@ namespace Eugen.ESystem
private long NumberOfFiles { set; get; } //Anzahl der Dateien
private long NumberOfDirectories { set; get; } //Anzahl der Verzeichnisse
public long PercentDone { set; get; } //Prozent abgeschlossen
private bool Dir { set; get; } //true = Verzeichnisse und Dateien; false = Nur Dateien
private static bool Dir { set; get; } //true = Verzeichnisse und Dateien; false = Nur Dateien
/// <summary>
/// List of undeletable files

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.