I'm learning Ruby, and i'm actually coding an app that would create playlists.
Once created, I would like to generate an output file (XSPF, which is a standard) in a custom directory (eg. my 'home' folder) and was wondering where I should define the output folder for those files.
I guess it is in the config folder, but where ? Also, how will I call it in my script afterwards ?
Thanks !