# 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 Client IP Address in ASP.NET Core
-
[image: Client Ip Banner]
When I need to pick up the client IP Address in ASP.NET Core I always
forget where to find the connection information.
It's si...
1 week ago