QUOTE(spase @ Apr 5 2004, 05:20 PM)
musicmusic: what all info is saved in the .fcs file besides just the column string? Anything?
What exactly do you mean aside from the "columns string"?
Most of the UI-related settings are stored; here is complete list of what a file can contain which Im sure you can decipher into some common english..
QUOTE
CONFIG_COLUMN,
CONFIG_USE_GLOBAL,
CONFIG_GLOBAL,
CONFIG_COLOUR,
CONFIG_SHOW_HEADER,
CONFIG_SHOW_PLIST,
CONFIG_SHOW_TABS,
CONFIG_COLOUR_BACK,
CONFIG_COLOUR_FRAME,
CONFIG_COLOUR_PLIST_FORE,
CONFIG_COLOUR_PLIST_BACK,
CONFIG_COLOUR_VIS_FORE,
CONFIG_COLOUR_VIS_BACK,
CONFIG_FONT_PLAYLIST,
CONFIG_FONT_HEADER,
CONFIG_FONT_STATUS,
CONFIG_FONT_PLIST,
CONFIG_FB2K_STATUS,
CONFIG_FB2K_SYSTRAY,
CONFIG_FB2K_WTITLE,
/*v2*/
CONFIG_NOHSCROLL,
CONFIG_USE_GLOBAL_SORT,
CONFIG_HEIGHT,
CONFIG_PLHEIGHT,
/*v3*/
CONFIG_USE_OLD_GLOBAL,
CONFIG_COLUMN is a column, CONFIG_NOHSCROLL is auto-resizing mode, PLIST is playlist sidebar, the rest are fairly straight forward..
All of those are do not have to be in an fcs file, but the only ones you can currently prevent from being in there are the status bar/window title and systray strings.
Aside from settings, nothing else is stored, if that is what you are getting at..