does folder exist
Posted: Tue Jan 14, 2020 8:27 pm
what's an easy way to check to see if a folder exists
www.FiveTechSoft.com
https://fivetechsoft.com/forums/
Code: Select all
if !hb_DirExists( cFld )
if hb_vfDirMake( cFld ) == 0
.../...