Unicode Controls & Classes for VB6 - Version 4

clsCommonWrapper.UniAppPath Function

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
Remarks