LumiSoft Net Help
FTP_e_Rnto Constructor (sourcePath, targetPath)
NamespacesLumiSoft.Net.FTP.ServerFTP_e_RntoFTP_e_Rnto(String, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public FTP_e_Rnto(
	string sourcePath,
	string targetPath
)
Public Sub New ( 
	sourcePath As String,
	targetPath As String
)
public:
FTP_e_Rnto(
	String^ sourcePath, 
	String^ targetPath
)
new : 
        sourcePath : string * 
        targetPath : string -> FTP_e_Rnto
Parameters
sourcePath (String)
Source file or directory path.
targetPath (String)
Target file or directory path.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when sourcePath or targetPath is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119