what's an easy way to check to see if a folder exists
if !hb_DirExists( cFld ) if hb_vfDirMake( cFld ) == 0 .../...
? IsDir( cSpec )
thanks everyone