[This is preliminary documentation and is subject to change.]
Suggested location+name of the ini file where the plugin could store its data.
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public string DefaultIniName { get; } |
| Visual Basic |
|---|
Public ReadOnly Property DefaultIniName As String
Get |
| Visual C++ |
|---|
public:
property String^ DefaultIniName {
String^ get ();
} |
| F# |
|---|
member DefaultIniName : string
|
| JScript |
|---|
function get DefaultIniName () : String
|
Return Value
A fully qualified path+file name, in the same directory as the wincmd.ini. It's recommended to store the plugin data in this file or at least in this directory, because the plugin directory or the Windows directory may not be writable!
See Also