i have a File called "DSL_Verfügbarkeit2.JPG"
when use this Code the Result is wrong while "Umlaut ü" is missing
- Code: Select all Expand view
- #include "FiveWin.ch"
FUNCTION MAIN()
LOCAL oWnd
LOCAL aDir := DIRECTORY( "DSL*.*" )
LOCAL cFile
msginfo(hb_valToExp(aDir))
cFile := aDir[1][1]
msginfo(cFile)
so how to use DIRECTORY() with German "Umlaut"