I'm tryin to use the file() function to check if a file in the foldere "\My documents\immagini\" exists, but the function always returns .f. even if the file is there....
Any help ??
#include "fwce.ch"
function Main()
MsgInfo( File( CurDir() + "\test.exe" ) )
return nil
#include "fwce.ch"
function Main()
MsgInfo( File( "My Documents\myfile.txt" ) )
return nil
Return to FiveWin for Pocket PC
Users browsing this forum: No registered users and 12 guests