Gets or sets the directory used as the current directory for autocompletion when ShowCurrentDirectory is true.
A String that represents the current directory. The default value is a null reference (Nothing in Visual Basic).
Use this property in conjunction with the ShowCurrentDirectory to suggest files from any directory.
When this property is a null reference (Nothing in Visual Basic), the current directory is obtained using Directory.GetCurrentDirectory.
AutoComplete Class | Skybound.AutoComplete Namespace