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?
Re: How to add Version and Product Version to status bar?
Code: Select all
[if:#version:, Version #version:,] [if:#productversion:, ProductVersion #productversion:,]