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 ??
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 nilthank you Antonio, everything works fine now.
There was a too little bug to be seen in my code!