findSettings.Settings: Searches for the settings file in one or several directories
Description
Searches for the settings file in one or several directories.Usage
Settings$findSettings(basename, paths=c(".", "~"), ...)Arguments
basename
A character string of the basename of the settings file. Value
- Returns the absolute pathname (characterstring) of the first settings
   file found, otherwiseNULL.
synopsis
findSettings.Settings(static, basename, paths=c(".", "~"), ...)See Also
For more information see Settings.