Gets or sets the base path for the relative file path specified in a System.Resources.ResXFileRef object.
Documentation for this section has not yet been entered.
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.