TKFP.DLLのダウンロード

サーバー接続時のパスの読出しを行ないます。

Namespace:  TKFP.Net
Assembly:  TKFP (TKFP.dll 内) バージョン: 1.4.0.2

Syntax

C#
public string StartPath { get; }
Visual Basic (Declaration)
Public ReadOnly Property StartPath As String

Remarks

サーバー接続時の初期のカレントディレクトリの場所を読み出します。

未接続時はnullを返します。

See Also