Hi Alan,

Using Win+C (copy)
I got an error message from ClipSaver.powerpro,
  Cannot read from file for clip load
  c:\path\to\Powerpro\clip2\temp.ClipSaver

I looked inside folder clip2 and found one clipsaver file in it with the text I 
had copied. No other files in the 
folder (fresh PowerPro install, fresh PC reboot).

I'm not sure, but it may be that @App0_Copy assumes that the clipboard always 
needs to be saved, and in 
some cases clip.save doesn't create a file. So these lines:

> @App0_Copy
...
> 
>   clip.save("temp.ClipSaver",ClipDir2)
>     clip.copy
...
>   clip.load("temp.ClipSaver",ClipDir2)
> quit

may need to change

...
if(file.validpath(ClipDir2++?"\temp.ClipSaver"))
   clip.load("temp.ClipSaver",ClipDir2)
...

although I wonder if clip.save doesn't say if it did create a file then 
potentially the above code could 
restore an old temp.ClipSaver file (corner case)



Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to