Files
EDOKA_Tools/.svn/pristine/65/654dda5a2f42149388ea054d61aa90436458448c.svn-base
2020-10-21 10:43:18 +02:00

10 lines
306 B
Plaintext

'*
Imports System.Reflection
Imports System.IO
Module Globals
Public Function ApplicationPath() As String
'Return Path.GetDirectoryName([Assembly].GetExecutingAssembly().Location)
Return Path.GetDirectoryName([Assembly].GetEntryAssembly().Location) + "\"
End Function
End Module