FileBackedDictionaryTKey, TValueFilePath Property

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

Definition

Namespace: Gemstone.IO.Collections
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.110 -- Release Build+5f28d91246fb64a1bf6c938596f3050396eb7eba
public string FilePath { get; set; }

Property Value

String

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.

Exceptions

ArgumentExceptionFilePath is set and is a zero-length string, contains only white space, or contains one or more invalid characters as defined by GetInvalidPathChars.

See Also