FolderInfo.dll now returns size in bytes. If using InfoType=FolderSizeStr (which until now autoscaled the value internally), AutoScale=1 should be added to the meter(s). While this does change behaviour, it allows for the use of Scale, NumOfDecimals, etc. that weren't possible prior to this change (without an extra Calc measure).

This commit is contained in:
Birunthan Mohanathas
2011-02-09 05:45:01 +00:00
parent 6bd209ffa3
commit cde1e517ac
2 changed files with 12 additions and 81 deletions

View File

@ -12,7 +12,7 @@
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,2,0,0
FILEVERSION 0,3,0,0
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
@ -29,7 +29,7 @@ BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileDescription", "FolderInfo Plugin for Rainmeter"
VALUE "FileVersion", "0.2.0.0"
VALUE "FileVersion", "0.3.0.0"
VALUE "InternalName", "FolderInfo"
VALUE "LegalCopyright", "Copyright (C) 2010 - Elestel"
VALUE "OriginalFilename", "FolderInfo.dll"