MaxP wrote: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.
- Code: Select all Expand view
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL cNameF := "C:\Conformità\TEST.PDF"
MsgStop( FILE( cNameF ) )
MsgStop( FSIZE( cNameF ) )
RETURN NIL
Can someone help me ?
Thanks in advance
Massimo
Both the functions FILE() and FSIZE() are (x)Harbour functions. Not FWH functions. So, behaviour of these functions should not be different with different versions of Fivewin, but they can be different with different versions of (x)Harbour.
I have tested with FWH1301 and the current version and the results are the same.
Can you please indicate which version of FWH you were getting the correct result? We are interested in testing with that version of FWH and see why the results are different.