Hi all,
I have a problem with paths with utf8 characters.
In my old version of fivewin the example source below worked,
in the new version does not work.
Can someone help me ?
Thanks in advance
Massimo
I have a problem with paths with utf8 characters.
In my old version of fivewin the example source below worked,
in the new version does not work.
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL cNameF := "C:\Conformità\TEST.PDF"
MsgStop( FILE( cNameF ) )
MsgStop( FSIZE( cNameF ) )
RETURN NILCan someone help me ?
Thanks in advance
Massimo