# how-to format nicely long paths in both console and log files msg="created the following relative package: "$(stat -c "%y %n" "$product_dir/$zip_file_name") doLog "INFO $msg"
Getting the Current TabItem when the Tab is not selected in WPF
-
[image: Banner]
This is a quick reminder to self on how to retrieve a TabItem from a WPF
TabControl *when the tab is not currently selected* because I ru...
1 week ago