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://forums.fivetechsoft.com/
Code: Select all
if !hb_DirExists( cFld )
if hb_vfDirMake( cFld ) == 0
.../...