ResXResourceSetBasePath Property

Gets the base path for the relative file paths specified in a ResXFileRef object.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public string? BasePath { get; }

Return Value

String
A path that, if prepended to the relative file path specified in a ResXFileRef object, yields an absolute path to a resource file.

Remarks

This property is read-only. To define a base path specify it in the constructors. When a ResXResourceSet is saved by one of the Save methods you can define an alternative path, which will not overwrite the value of this property.

See Also