Skip to content

Commit 723a579

Browse files
committed
Refactor Implement FlattenTree and DeleteEmptySubfolders directly in DLL
1 parent f568bff commit 723a579

17 files changed

Lines changed: 253 additions & 938 deletions

.github/workflows/build+deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ jobs:
6262
- name: Build
6363
run: |
6464
msbuild ${{ env.SolutionPath }} /p:Configuration="Unicode_Release" /p:Platform="x64"
65-
msbuild src/DeleteEmptyFolders/DeleteEmptyFolders.sln /p:Configuration="Release" /p:Platform="Any CPU"
66-
msbuild src/flatten/Flatten.sln /p:Configuration="Release" /p:Platform="Any CPU"
67-
msbuild src/flatten2/Flatten2.sln /p:Configuration="Release" /p:Platform="Any CPU"
6865
msbuild src/SlideShow/SlideShow.sln /p:Configuration="Release" /p:Platform="Any CPU"
6966
7067
#- name: list

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
44

55
This is a shell extension for windows 10 (x64) that adds a file tools submenu to the windows explorer context menu for folders and files in general. Long path names are supported.<br/>
6-
It should still work on older Windows versions and on 32-bit versions, but as support of these older versions has ended it is no longer tested on these.
6+
As the support of older Windows versions has ended, it is no longer tested on these or on 32-bit versions.
77

88
## Screenshot
99

@@ -46,7 +46,7 @@ As per windows standards, `...` behind a menu entry indicates that the function
4646
The DLL has to be built and installled by the following steps (you probably need administrative access):
4747
- You don't need to copy the file to `C:\Windows\System32` or a similar system path.
4848
- Register the DLL (open a command prompt, change to the folder where the DLL (`x64_Unicode_Release`) was built, and type `regsvr32 DFTContextMenuHandler.dll`)
49-
If you want to use the four additional options (DeleteEmptyFolders, Flatten, Flatten2 and SlideShow), you have to compile the projects in the respective subfolders.
49+
If you want to use the additional option (SlideShow), you have to compile the project in the respective subfolder.
5050

5151
For convenience, you can download the source code with prebuilt binaries under [Releases](../../releases).
5252

0 commit comments

Comments
 (0)