> _____ > so ?* tell that the string delimiter is * and that \ are not interpreted.... > I usually use * as file name delimiter as it is not authorized (except for > joker).
> > Do you mind telling me what is the mean adding * between the file
>
To see the difference, try
win.debug("c:/kmplayer",?*"r:\Miss Pretty 2.avi"*)
win.debug("c:/kmplayer",?"r:\Miss Pretty 2.avi")
You will see the "s being kept from first case.
