mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Add PBD::sys::path class that has a similar API to boost::filesystem::path but using glib/mm filesystem utility functions
Add ARDOUR::SessionDirectory class Use SessionDirectory to create the session directory structure when creating a new session git-svn-id: svn://localhost/ardour2/trunk@1874 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
113b80adb0
commit
04c1ce1960
8 changed files with 402 additions and 6 deletions
|
|
@ -27,6 +27,7 @@ controllable.cc
|
|||
enumwriter.cc
|
||||
dmalloc.cc
|
||||
error.cc
|
||||
filesystem.cc
|
||||
id.cc
|
||||
mountpoint.cc
|
||||
path.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue