FolderInfo plugin
Plugin=FolderInfo
retrieves information about folders.
Note: Measuring a folder with a very large number of folders and files (e.g. C:\Users\YourName\Documents) can cause Rainmeter to have erratic or even unstable behavior.
Options
- General measure options
- All general measure options are valid.
Folder
-
Must be either:
- The path to the folder (e.g.
Folder=C:\MyFolder
) - Or the name of another measure (e.g.
Folder=[MainMeasure]
). In this case, the folder specified in MainMeasure will be used.
Important: If multiple measures use the same folder, specify the actual path on the first FolderInfo measure and specify the name of the first measure in subsequent measures. See example below for proper usage. - The path to the folder (e.g.
InfoType
-
Defines the type of information. Valid values are:
FileCount
: Number of found files.FolderCount
: Number of found folders.FolderSize
: Size of the folder in bytes.
RegExpFilter
- Regular expression used to include or exclude counted files.
IncludeSubFolders
Default:0
-
If set to
1
, subfolders are included. IncludeHiddenFiles
Default:0
-
If set to
1
, hidden files are included. IncludeSystemFiles
Default:0
-
If set to
1
, system files are included.
Example
[Rainmeter] |