• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question Any app that can restrict folder size?

Perene

Member
Let's say you wanted to move files into a folder, until it fit X GB (such as the size of a BD-R, around 23). Or it could be any other. The program would not allow that we add more than X GB of data. What kind of app can help with this? Regardless of the SSD/HDD size, of course.

WinDirStat can tell the size of multiple folders, but it cannot restrict their size, or at least warn us when we exceed.
 
I'm not aware of any specific applications built solely for that purpose, but you could create a script to handle this task. The script would check the folder size after each file is added and stop when the size limit is reached.

For a more automated solution, you might want to look into 'Quota Management' feature on Windows. It doesn't precisely fit your description, as it's used to limit the amount of disk space a user can consume on a per-volume basis, but could be a starting point.

Or, you could check out file syncing tools like FreeFileSync. These apps often have size limit options for syncing, though it's not exactly what you're after.
 
Back
Top