Re: [Sugar-devel] automatically naming incremental sugar activity instances

2010-11-29 Thread Walter Bender
On Tue, Nov 30, 2010 at 12:21 AM, Erik Blankinship wrote: > Thank you for the thoughtful response.   Could you please remind me where my > activity's persistant storage can be accessed? os.path.join(activity.get_activity_root(), 'data') -walter > > On Mon, Nov 29, 2010 at 7:34 AM, Aleksey Lim

Re: [Sugar-devel] automatically naming incremental sugar activity instances

2010-11-29 Thread Erik Blankinship
Thank you for the thoughtful response. Could you please remind me where my activity's persistant storage can be accessed? On Mon, Nov 29, 2010 at 7:34 AM, Aleksey Lim wrote: > On Sun, Nov 28, 2010 at 06:38:58PM -0500, Erik Blankinship wrote: > > If you wanted to [attempt to] automatically name

Re: [Sugar-devel] automatically naming incremental sugar activity instances

2010-11-29 Thread Aleksey Lim
On Sun, Nov 28, 2010 at 06:38:58PM -0500, Erik Blankinship wrote: > If you wanted to [attempt to] automatically name new sugar activity > instances incrementally, what is the best technique to do this? > > The solution I've come up with (not implemented, and not sure it can be > implemented): scan

[Sugar-devel] automatically naming incremental sugar activity instances

2010-11-28 Thread Erik Blankinship
If you wanted to [attempt to] automatically name new sugar activity instances incrementally, what is the best technique to do this? The solution I've come up with (not implemented, and not sure it can be implemented): scan the journal, look at all of the existing filenames, and then rename the new