OLEPicture>>saveAsFile

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

OLEPicture>>saveAsFile

Steve Alan Waring
Hi,

OLEPicture>>saveAsFile opens a File with (by default) mode: #open check:
true. This results in an error being signalled if the file doesnt exist.
Could this be changed to mode: #truncate check: false which will either
create the file, or truncate an existing file?

Thanks,
Steve Waring


Reply | Threaded
Open this post in threaded view
|

Re: OLEPicture>>saveAsFile

Blair McGlashan
"Steve Waring" <[hidden email]> wrote in message
news:[hidden email]...
> Hi,
>
> OLEPicture>>saveAsFile opens a File with (by default) mode: #open check:
> true. This results in an error being signalled if the file doesnt exist.
> Could this be changed to mode: #truncate check: false which will either
> create the file, or truncate an existing file?
>

Thanks Steve, #750


Blair