Getting the Directory of a Running Executable

PHOTO EMBED

Mon Jul 31 2023 21:26:24 GMT+0000 (Coordinated Universal Time)

Saved by @jwspid24 #c#

System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
content_copyCOPY