ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Is it possible making a new folder in the path of c.makechart(paht)??
Posted by Kaiden on Oct-25-2013 09:50
Hi Peter,
At the moment, in one transaction, my app produces and exports multiple different charts.
When I do that, I want that 'one transaction' in a new folder with timestamp. So every
transaction makes a new folder and saves all the charts in that folder.

The problem is, chartdirector seems like it can't create new folders.

C:\\filename.png  =>this works fine.

C:\\newfolder\\filename.png => this creates nothing.
I've tried  C:\\\\newfolder\\\\filename.png, but it doesn't work as well.

Could you help me out with this problem??
Thanks,

Kaiden.

  Re: Is it possible making a new folder in the path of c.makechart(paht)??
Posted by Kaiden on Oct-25-2013 16:31
Hi Peter,
I solved this problem by using creatdirectory. :)
Thx