how to get application path in c# code example
Example 1: get application path c#
System.Reflection.Assembly.GetExecutingAssembly().Location
Example 2: get self file name in python
import os
os.path.basename(__file__)
System.Reflection.Assembly.GetExecutingAssembly().Location
import os
os.path.basename(__file__)