Colleagues,
The subject line says it.
For those not familiar with VFP:
ADDBS(strPath) checks presence of the backslash at the end of the given path, e.g.
I've no problem to "roll-er-own" function in VB, but need to make sure I'm not re-inventing the wheel...
TIA!
Regards,
Ilya
The subject line says it.
For those not familiar with VFP:
ADDBS(strPath) checks presence of the backslash at the end of the given path, e.g.
Code:
strPath = "C\MyPath"
lsPath = ADDBS(strPath) 'Returns "C:\MyPath\"
TIA!
Regards,
Ilya