- Declared in: RT.Serialization.Settings.SettingsFile<TSettings>
- Virtual
Declaration
protected virtual string GetPortableMarkerPath(
string appName
)Summary
Gets the full path to where the portable marker file is expected to be found. The default implementation returns
the path for
$"{appName}.IsPortable.txt" in the application directory.