Gets the default file stream implementation.
'public', 'private' or any other file scheme defined as the default.
... See full list
function file_default_scheme() { return variable_get('file_default_scheme', 'public'); }