Unicode Controls & Classes for VB6 - Version 4

clsUniFile.st_UniAppPath Function

Returns the Unicode application path

Syntax
Public Function st_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