I would like to add Version and Product Version to my statusbar_selected_item_format entry, so these two properties will appear in the status bar whenever a file that has these properties (for example, *.exe files) is selected in the results list.
Are there codes for these properties (and ideally other properties) listed somewhere on this site?
By “codes,” I mean something like iflen:$length: (which shows a video file's duration/length), but for Version and Product Version.
Thank you!
How to add Version and Product Version to status bar?
-
SuperDude
- Posts: 223
- Joined: Thu Sep 25, 2014 7:57 pm
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: How to add Version and Product Version to status bar?
Code: Select all
[if:#version:, Version #version:,] [if:#productversion:, ProductVersion #productversion:,]