On 6/23/07, John Emmas <johne53 at tiscali.co.uk> wrote: > Just to save me some time - can anyone tell me what functions are called by > Ardour (i.e. programmatically) to create and delete subdirectories? Ardour now uses g_mkdir_with_parents() which is part of glib. jlc