[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] Archive questions



I have a few smaller questions towards the usage of Archive.
First of all, how is it possible to create a new Archive, (I mean, I got that far:)) and then write it to a specific location (for example as a 'song' file).
I have had a look into the class, but could not get much out of it. What is the definition of the file ending ",scar" and how could I use this class to implement such a 'song'-file write/read mechanism?
It also seems problematic to erase things in the Archive that have no name. How can one get rid of stuff that has no name or erase the entire content of the Archive?
If I do somthing like

r = Archive.new;
r.write("/path/to/a/location")

an error is thrown.

thanks

Karsten