richard-service wrote:? LFN2SFN( "This is a long name" ) --> Empty
Test FWH801
Antonio Linares wrote:Richard,
Is CurDir() returning a long filename ?
#include "Fivewin.ch"
FUNCTION MAIN()
MEMOWRIT( "This is a long name", "Test" )
? LFN2SFN( "This is a long name" )
RETURN NIL