Page 1 of 1

Pop up warning, if folder(file) size exceed default value

Posted: 20 Aug 2011 17:56
by Dario
Is it possible make it with script or somehow in Xyplorer.
thanks

Re: Pop up warning, if folder(file) size exceed default valu

Posted: 21 Aug 2011 21:36
by zer0
Dario wrote:Is it possible make it with script or somehow in Xyplorer.
thanks
Welcome!

You'd have to define that default value somewhere -- possibly through a global variable -- but yes, it is possible.
Get the size of a folder and compare it with what that default value is. If bigger, use msg command to pop up a warning.

Regards :)

Re: Pop up warning, if folder(file) size exceed default valu

Posted: 21 Aug 2011 22:22
by highend
A script for this would be easy but you'd always have to click a button / use a shortcut to see if a folder exceeds the size. Don't think that a fully automatic way is possible atm (apart from color filters that could be configured to show such a folder in a recognizable way).