Gets the application path (in Unicode)
Syntax 
Public Function UniAppPath (ByVal sApp_Path As String) As String 
 
 
Parameters 
	| Parameter | 
	Description | 
 
| ByVal sApp_Path As String | 
Pass your App.Path value here; this function only returns the Unicode path when you'll call this function in the compiled application In Ide, the returned path is the one you passed here | 
 
 
 
 
 |