Darwin  1.10(beta)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
persistentStorageManager

This application allows you to manage data stored in a drwnPersistentStorage object from the command line. The command line syntax is:

bin/persistentStorageManager [OPTIONS] <storage> [ACTION]

For example, you can extract records from the object into individual files:

bin/persistentStorageManager -verbose <storageFileStem> split <outDir> <outExt>

Other valid actions are:

See Also
drwnPersistentStorage
Applications and Project Descriptions