Master Enrico, HB_DIREXISTS() Never worked with xHarbour. Maestro Enrico, HB_DIREXISTS() Nunca trabajo(Funcionó) en xHarbour. Regards, saludos. Please, provide a sample demonstrating the problem. You can't use FWH but pure xHarbour console. Otherwise you are using the FWH modified function and not ...
He realizado esta prueba en modo consola y si ubica el archivo dentro de la carpeta de samples #include "fileio.ch" #define CRLF Chr(13)+Chr(10) FUNCTION Main() LOCAL cDir := "C:\Program Files" IF HB_DirExists(cDir) ?cDir + CRLF + CRLF + If(IsDirWritable(cDir), "You can writ...
Mr. Enrico Thanks. This function was written many years back in harbour.prg of FWH, when this function was not existing in xHarbour. Yes the recent versions of xHarbour have this function. We'll go by your advice. ps: done. removed Thank you. As far as I read on the changelog, this function is in x...
Master Enrico, HB_DIREXISTS() Never worked with xHarbour. Maestro Enrico, HB_DIREXISTS() Nunca trabajo(Funcionó) en xHarbour. Regards, saludos. Please, provide a sample demonstrating the problem. You can't use FWH but pure xHarbour console. Otherwise you are using the FWH modified function and not ...
Thanks. This function was written many years back in harbour.prg of FWH, when this function was not existing in xHarbour. Yes the recent versions of xHarbour have this function. We'll go by your advice.
Rao, as far as I know, xHarbour already have a working HB_DIREXISTS() function. To fix FWH you only have to remove this code from harbour.prg: #ifndef __XHARBOUR__// to be used with Harbour 3.4// function hb_HSetCaseMatch( ... )// return hb_HCaseMatch( ... )#elsefunction hb_DirExists( cDirName &...