[This is preliminary documentation and is subject to change.]
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected void LogProcConnect(
string FileSystem
) |
| Visual Basic |
|---|
Protected Sub LogProcConnect ( _
FileSystem As String _
) |
| Visual C++ |
|---|
protected:
void LogProcConnect(
String^ FileSystem
) |
| F# |
|---|
member LogProcConnect :
FileSystem:string -> unit
|
| JScript |
|---|
protected function LogProcConnect(
FileSystem : String
) |
Parameters
- FileSystem
- Type: System..::..String
Name of the filesystem plugin has connected to. The name must start with a backslash.
Remarks
Exceptions
See Also