ResXResourceWriterBasePath Property

Gets or sets the base path for the relative file path specified in a ResXFileRef object.
Default value: .

Definition

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

Return Value

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

Exceptions

InvalidOperationExceptionIn a set operation, a value cannot be specified because the creation of the .resx file content has already been started.

See Also