ResXResourceSetBasePath Property
Gets the base path for the relative file paths specified in a
ResXFileRef object.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public string? BasePath { get; }
Public ReadOnly Property BasePath As String
Get
public:
virtual property String^ BasePath {
String^ get () sealed;
}
abstract BasePath : string with get
override BasePath : string with 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.
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.