# 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"
Inline Confirmations in JavaScript UI
-
[image: Delete U I]
Confirmation dialogs or modal popups can be annoying in HTML applications.
What if you could instead use an inline UI to confirm an o...
1 week ago