foxprogram
Programmer
I use
c_folders=GETDIR("G:\", "Moveable disks" , "Choose:", 66, .f.)
and than
Set Defa To &c_folders
the result is only error messages,when the chosen directory / folder nameor the path itself somewhere contains SPACE characters.
The same problem when I should to use for Appnde from &filename, when filename contains SPACE characters.
Any idea to solve the problem ?
Something like this :
c_folders="'"+c_folders+"'" ???
c_folders=GETDIR("G:\", "Moveable disks" , "Choose:", 66, .f.)
and than
Set Defa To &c_folders
the result is only error messages,when the chosen directory / folder nameor the path itself somewhere contains SPACE characters.
The same problem when I should to use for Appnde from &filename, when filename contains SPACE characters.
Any idea to solve the problem ?
Something like this :
c_folders="'"+c_folders+"'" ???