Änderung
- Klasse in 'static' geändert
This commit is contained in:
parent
877c0a5278
commit
48970fa89b
Binary file not shown.
@ -105,17 +105,18 @@ namespace Eugen.ESystem
|
|||||||
static DeleteFileFolder()
|
static DeleteFileFolder()
|
||||||
{
|
{
|
||||||
SetDllInfo();
|
SetDllInfo();
|
||||||
|
Dir = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
///// <summary>
|
||||||
/// Delete Files in a folder
|
///// Delete Files in a folder
|
||||||
/// </summary>
|
///// </summary>
|
||||||
public DeleteFileFolder()
|
// public DeleteFileFolder()
|
||||||
{
|
// {
|
||||||
SetDllInfo();
|
// SetDllInfo();
|
||||||
|
|
||||||
Dir = false;
|
// Dir = false;
|
||||||
}
|
// }
|
||||||
|
|
||||||
//public static List<string> UndeletableFiles = new List<string>(); //Liste der unlöschbaren Dateien
|
//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
|
//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 NumberOfFiles { set; get; } //Anzahl der Dateien
|
||||||
private long NumberOfDirectories { set; get; } //Anzahl der Verzeichnisse
|
private long NumberOfDirectories { set; get; } //Anzahl der Verzeichnisse
|
||||||
public long PercentDone { set; get; } //Prozent abgeschlossen
|
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>
|
/// <summary>
|
||||||
/// List of undeletable files
|
/// List of undeletable files
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user