System.Resources.ResXResourceReader.BasePath Property

Gets or sets the base path for the relative file path specified in a System.Resources.ResXFileRef object.

Syntax

public string BasePath { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ResXResourceReader.BasePath property is used to resolve relative file path references that are assigned to the ResXFileRef.FileName property of System.Resources.ResXFileRef objects. By default, its value is string.Empty, and relative file path references are resolved in relationship to the current directory returned by the Environment.CurrentDirectory property. You should set this property before you begin enumerating resources.

Requirements

Namespace: System.Resources
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0