Skip to content

Commit 38a32fd

Browse files
author
LoneWandererProductions
committed
cleanup comments a bit
1 parent 120be7c commit 38a32fd

26 files changed

Lines changed: 66 additions & 80 deletions

FileHandler/DirectoryInformation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: FileHandler
4-
* FILE: FileHandler/DirectoryInformation.cs
4+
* FILE: DirectoryInformation.cs
55
* PURPOSE: Generic System Functions for Directories
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

FileHandler/FileDetails.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: FileHandler
4-
* FILE: FileHandler/FileDetails.cs
4+
* FILE: FileDetails.cs
55
* PURPOSE: Contains more Information about certain Files
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

FileHandler/FileHandleCompress.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: FileHandler
4-
* FILE: FileHandler/FileHandleCompress.cs
4+
* FILE: FileHandleCompress.cs
55
* PURPOSE: File Compression Utilities
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
* Sources: https://docs.microsoft.com/de-de/dotnet/api/system.io.compression.zipfile?view=net-5.0

FileHandler/FileHandleCopy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: FileHandler
4-
* FILE: FileHandler/FileHandleCopy.cs
4+
* FILE: FileHandleCopy.cs
55
* PURPOSE: Does all types of File Operations, Copy Files
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

FileHandler/FileHandleCreate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: FileHandler
4-
* FILE: FileHandler/FileHandleCreate.cs
4+
* FILE: FileHandleCreate.cs
55
* PURPOSE: Handles all types of file creation operations
66
* PROGRAMMER: Peter Geinitz (Wayfarer)
77
*/

FileHandler/FileHandleCut.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: FileHandler
4-
* FILE: FileHandler/FileHandleCut.cs
4+
* FILE: FileHandleCut.cs
55
* PURPOSE: Does all types of File Operations, Copy Files and deletes them afterwards.
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

FileHandler/FileHandleDelete.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: FileHandler
4-
* FILE: FileHandler/FileHandleDelete.cs
4+
* FILE: FileHandleDelete.cs
55
* PURPOSE: Handles all types of file operations, including deletion
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

FileHandler/FileHandleRename.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: FileHandler
4-
* FILE: FileHandler/FileHandleRename.cs
4+
* FILE: FileHandleRename.cs
55
* PURPOSE: Utility to Rename Files and Folders
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

FileHandler/FileHandleRenameExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: FileHandler
4-
* FILE: FileHandler/FileHandleRenameExtension.cs
4+
* FILE: FileHandleRenameExtension.cs
55
* PURPOSE: Unified safe rename helpers (append/remove/replace/reorder)
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

FileHandler/FileHandleSafeDelete.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: FileHandler
4-
* FILE: FileHandler/FileHandleSafeDelete.cs
4+
* FILE: FileHandleSafeDelete.cs
55
* PURPOSE: Variation of delete files, with Progress Bar and Deletion to Recycle Bin
66
* PROGRAMMER: Peter Geinitz (Wayfarer)
77
*/

0 commit comments

Comments
 (0)