Any "File Explorer" Recommendations?

crypticus

Well-Known Member
Messages
1,664
Reaction score
461
Hello guys,

Is there any recommendation for file explorer replacement you can make to me? I'm searching something like this "Blender" software uses inside. I have tried "files" uwp app but they don't actually edit/replace "save" window. I'm in search of complete replace with save window included.

Thanks,

1755776825032.png
 
Rightclick an image you want to handle and attach the file dependency.
Every file from install is locked to ms apps - even those you removed with NTL.
 
Is there any recommendation for file explorer replacement you can make to me? I'm searching something like this "Blender" software uses inside. I have tried "files" uwp app but they don't actually edit/replace "save" window. I'm in search of complete replace with save window included.
While you can install a File Explorer replacement like DirectoryOpus, there is no way to force other apps to change their File Picker dialog because there isn't a "plug and play" architecture for it.

Each app has to decide which File Picker they want to use. Win32 apps will default to using File Explorer's picker, and UWP apps have the newer UWP File Picker. But you can't force an app to use a different one.

Some apps like Blender have built their own UI dialogs. This is more common if the app is multi-platform, because it makes it easier to provide a consistent look & feel across Windows, MacOS or Linux.
 
Back
Top