Re: Codepage, hb_Translate(), OEM <-> ANSI
Posted: Tue Sep 28, 2021 11:19 am
if substr(cText_Path, -1) <> "\"
cText_Path += "\"
endif
cText_Path += "\"
endif
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
https://mail.hmgforum.com/
Code: Select all
cDir := GetFolder( cTitle, TRIM( cInitPath ),, lNewFolderButton )
IF !EMPTY( cDir )
IF RAT( "\", cDir ) <> LEN(cDir)
cDir += "\"
ENDIF
ExportDbf.Text_Path.value := cDir //+ "\" // add "\"
ENDIF