R
Rich Strang
Hi
I need to pass a path to FindFirstFile() that is specified by the user,
problem is that all \ characters need to be prefixed with another \, what is
the easiest way to do this short of scanning the entire string and replacing
a \ with \\?
Kind Regards
Rich Strang
I need to pass a path to FindFirstFile() that is specified by the user,
problem is that all \ characters need to be prefixed with another \, what is
the easiest way to do this short of scanning the entire string and replacing
a \ with \\?
Kind Regards
Rich Strang