Click or drag to resize

FileBackedDictionaryTKey, TValueFilePath Property

Gets or sets the path to the file backing this dictionary.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax
public string FilePath { get; set; }
View Source

Property Value

String
Exceptions
ExceptionCondition
ArgumentExceptionFilePath is set and is a zero-length string, contains only white space, or contains one or more invalid characters as defined by GetInvalidPathChars.
Remarks
Changes to this property will cause the file to close if the file is already opened. Data will not be automatically written from the old file to the new file.
See Also