Click or drag to resize

FtpDirectoryRemoveSubDir Method

Removes subdirectory from directory.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public void RemoveSubDir(
	string dirName
)
View Source

Parameters

dirName  String
Subdirectory name to remove.
See Also