Re: [xHarbour-developers] hb_fileExists() at HB_FILE_FUNCS table

2010-05-26 Thread Vicente Guerra
Miguel, I'm talking about it: DBCREATE( "mem:dbf", { { "DBF", "C", 10, 0 } } ) SET PATH TO mem: USE dbf Atte. Vic On Wed, 26 May 2010, Miguel Angel Marchuet wrote: You can Use DbExists( cFileName + CDX_EXT,, 'BMDBFCDX' ) for example to determine File(...), it works on mem: or rem: a

[xHarbour-developers] hb_fileExists() at HB_FILE_FUNCS table

2009-11-25 Thread Vicente Guerra
Hi! Miguel, On HB_FILE_FUNCS table, there's an item called "Exists", for determine if a file is on the PATH list. In regular filesystem, this function calls hb_spFileExists(), but on NET files, it requires a rewritten function with the same purpose. My question is: should "Ex