I have written a handler for createproccess which works well except.
If I assign a Filename to a variable and pass it as a Parameter and it contains spaces
e.g 'C:\a folder\name.bmp', (we are using this to pass a bitmap filename to an editor.)
Then Create process will see this as 2 parameters
Is there any way round this other than by changing the working directory and so not having to pass the whole thing.
Steve.
If I assign a Filename to a variable and pass it as a Parameter and it contains spaces
e.g 'C:\a folder\name.bmp', (we are using this to pass a bitmap filename to an editor.)
Then Create process will see this as 2 parameters
Is there any way round this other than by changing the working directory and so not having to pass the whole thing.
Steve.