I am looking to get the directory of my application it seems to be different from regular c#?
As in Path.GetDirectoryName(Application.ExecutablePath) is not
Path.GetDirectoryName(Application.ExecutablePath)
Try Assembly.GetExecutingAssembly().Location
Assembly.GetExecutingAssembly().Location