- Declared in: RT.Serialization.Settings.SettingsFile<TSettings>
Declaration
public string PathCombine(
params string[] paths
)
Summary
Combines the directory containing this settings file with the specified path segments. Use this method to
reference additional files relative to the settings directory with correct support for portable mode marker file.
Parameters
string[] | paths |
Path segments. |