Earlier quoted context omitted.
If you open the properties of a folder, you can see how long it can take to calculate the size of a folder. This is a feature I've never really needed - what is your scenario for needing this at a glance? When I'm chasing large files that need deleting due to free space pressure I typically use something like the following https://windirstat.net/
I don't see why the size of the folder couldn't be written to the folder's metadata every time the folder contents are modified.
Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
21–30 of 187 posts
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#22Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#23Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#24It's funny to see the gradient in the title bar, contrasting with the bland borderless-sea-of-whiteness of the rest of the UI. > FilesUwp.Package_0.5.0.0_x64.zip 54.4 MB Nearly 55MB, compressed , for something that attempts to mimic some of the functionality of the regular explorer.exe, is quite frankly ridiculous. I don't have a system to check right now, but I believe even latest Windows 10 has an explorer.exe http…
You're just talking about 'explorer.exe' being 5 mb? You're discounting the numerous DLLs which the explorer uses, or even other shared resources which are used system-wide. And 55 MB for a native app is paltry. Even the 'Google' app on Android is 285 MB, the Gallery app of OnePlus is 70 MB.
7-zip for 64-bit windows: 1.4 MiB
Winamp 5.8: 7.8 MiB
mpc-hc: 13.5 MiB (open source media player with many built-in codecs)
irfan-view: 3.4 MiB (image viewer/utility)
uTorrent: 2.3 MiB
Sysinternals Process Monitor: 1 MiB
For a truly native application, which doesn't pack a huge run-time or dependency tree, that's the expected size range. Now, it's true, it seems no one does that anymore ...
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#25Interesting note, the author of this project is still in high school.
Starting early is good, but I think he may have gotten sucked into the UWP hype: https://news.ycombinator.com/item?id=19873198 https://news.ycombinator.com/item?id=19883351 If the author is reading this, here's some advice for you: I encourage you to start learning pure Win32 and enjoy the benefits of extreme compatibility (you can create a single .exe that works on anything starting from Windows 95 , depending on th…
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#26Earlier quoted context omitted.
If you open the properties of a folder, you can see how long it can take to calculate the size of a folder. This is a feature I've never really needed - what is your scenario for needing this at a glance? When I'm chasing large files that need deleting due to free space pressure I typically use something like the following https://windirstat.net/
I don't see why the size of the folder couldn't be written to the folder's metadata every time the folder contents are modified.
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#27The only thing I've ever wanted from Explorer is... being able to see how big a directory is in the file size column.
If you open the properties of a folder, you can see how long it can take to calculate the size of a folder. This is a feature I've never really needed - what is your scenario for needing this at a glance? When I'm chasing large files that need deleting due to free space pressure I typically use something like the following https://windirstat.net/
On older Windows (95, 98, XP) I've never had it take an unacceptably long time, and that was with a regular HDD. With an SSD and the large file caches which are possible with today's machines with lots of RAM, it should be even faster.
Besides, it's not as if the operation needs to be synchronous; the sizes can be calculated and displayed when they're ready. Having an option to show them would be useful, and those who don't need it/don't like the extra disk activity could leave it off.
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#28I thought for a moment Microsoft had uploaded some new Windows Explorer source code and got excited... I guess that tells you how different an era we live in. It wouldn’t be a huge leap. The screenshots look nice, though. I can’t say I am really a huge fan of UWP UIs on desktop... but this looks alright.
I thought so too, given that MS has already released the source of the original File Manager: https://github.com/microsoft/winfile ...and it compiles to a nice small and fast ~300KB executable, in contrast to their open-sourced and significantly less efficient UWP calculator: https://github.com/microsoft/calculator I believe the old leaked Win2k source has much of the explorer.exe source, if you're really curious.
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#29Earlier quoted context omitted.
You're just talking about 'explorer.exe' being 5 mb? You're discounting the numerous DLLs which the explorer uses, or even other shared resources which are used system-wide. And 55 MB for a native app is paltry. Even the 'Google' app on Android is 285 MB, the Gallery app of OnePlus is 70 MB.
You're discounting the numerous DLLs which the explorer uses, or even other shared resources which are used system-wide. I see this argument brought up in demoscene discussions ("your .exe is 4KB but it uses several GB of system libraries and device drivers!") and the rebuttal is the same: I'm assuming this UWP one itself makes use of other system DLLs too, like any other Windows application will, so the comparison i…
That said, the bloat is real.
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#30Interesting note, the author of this project is still in high school.
Starting early is good, but I think he may have gotten sucked into the UWP hype: https://news.ycombinator.com/item?id=19873198 https://news.ycombinator.com/item?id=19883351 If the author is reading this, here's some advice for you: I encourage you to start learning pure Win32 and enjoy the benefits of extreme compatibility (you can create a single .exe that works on anything starting from Windows 95 , depending on th…