Unable to create folder when file without extension with the same name already exists
Posted: 25.08.2024, 16:18
I cannot create a folder that is suppose to have the same name as an extensionsless file that already is present in the same path
You can experience this by following these steps:
#1] Navigate to e.g.
#2] Create a file named
of whatever format
#3] Remove extension from this file
#4] Attempt to create folder named
What you should get is a pop-up message saying
This is happening to me both in Build 912 64-bit Donor Portable and Build 901 32-bit Public Installed on Windows 10 Enterprise 20H2 x64 [10.0.19042]
You can experience this by following these steps:
#1] Navigate to e.g.
Code: Select all
C:\
#2] Create a file named
Code: Select all
test
#3] Remove extension from this file
#4] Attempt to create folder named
Code: Select all
test
What you should get is a pop-up message saying
C:\test
Cannot create a file when that file already exists
This is happening to me both in Build 912 64-bit Donor Portable and Build 901 32-bit Public Installed on Windows 10 Enterprise 20H2 x64 [10.0.19042]