Quiero saber el path actual y agrega una carpeta mas, esto es lo que hago:
I want to know the current path and add a folder, this is what I do:
Code: Select all
cDir := CurDir()
cDirBases := cDir + "\Bases de Datos"
Set Path to &cDirBases
No entiendo por que? Esto seria correcto asi?
The problem I have is that you do not take.
I do not understand why? This would be so right?