cFilePath() bug
Posted: Wed Jul 05, 2006 8:52 am
The followin sample shows "\" while it should show "" (empty string):
EMG
Code: Select all
#include "Fivewin.ch"
FUNCTION MAIN()
? CFILEPATH( "test.txt" )
RETURN NIL