--- In [email protected], Vochomurka <[EMAIL PROTECTED]> wrote:
>
> 
> C.AddRight(i, "c:\path\app.exe", "c:\user\document.ext")
> 

If you are using "standard configuration" (Configure Setup/Advanced
Setup) or otherwise have backslash defined as your escape character
(Configure Setup/Advanced Setup/Characters), then you either need to
double up the backslashes in each of those path strings, or use
PowerPro literals. E.g., 

"c:\\path\\app.exe"

or

?"c:\path\app.exe"

Regards,
Sheri


Reply via email to