Export To Folder

G

Gil_H

Hi EV1,

I have a simple question....Look at this code:

MyShape.Export "\MyShape", ppShapeFormatJPG

In which folder this shape is saved?

Thanx,
Gil H
 
G

Gil_H

Why not use this instead and be sure of what you'll get:
MyShape.Export "c:\myfolder\MyShape.jpg", ppShapeFormatJPG

Because i am using it as an addin, and what if that user don't want me
to fill his folder with this shapes? and worse, does the user have the
capability to block c:\ from writing?

Anyway, i'll do that, and afterwards i'll "Kill" Those files at the
Exit Procedure.

Thanx a lot,
Gil H
 
Top