TKFP.DLLのダウンロード

指定したパスに 1 つ以上のサブディレクトリを作成します。パスは、このクラスのインスタンスに対する相対パスで指定できます。

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

Syntax

C#
public DirectoryInfo CreateSubdirectory(
	string path
)
Visual Basic (Declaration)
Public Function CreateSubdirectory ( _
	path As String _
) As DirectoryInfo

Parameters

path
Type: System..::.String
指定するパス。

Return Value

path に指定された最後のディレクトリ。

See Also