Adding Picture to Project ?
-
Falam
Adding Picture to Project ?
How can I automatically add an image to the pictures sub-folder when creating a new project ?
-
EricTRocks
- Moderator
- Posts: 754
- Joined: 25 Nov 2009, 00:41
Re: Adding Picture to Project ?
You'll have to script it. There is a CreateProject command and you can call varies scripting commands in Python (or other scripting languages available) to copy a file to the sub-folder.
-
Falam
Re: Adding Picture to Project ?
Thanks, see what I can doEricTRocks wrote:You'll have to script it. There is a CreateProject command and you can call varies scripting commands in Python (or other scripting languages available) to copy a file to the sub-folder.