IDTSFtpClientConnection100.CreateRemoteDirectory(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a remote directory for the connection.
public:
void CreateRemoteDirectory(System::String ^ remoteDirectoryPath);
[System.Runtime.InteropServices.DispId(12)]
public void CreateRemoteDirectory (string remoteDirectoryPath);
[<System.Runtime.InteropServices.DispId(12)>]
abstract member CreateRemoteDirectory : string -> unit
Public Sub CreateRemoteDirectory (remoteDirectoryPath As String)
Parameters
- remoteDirectoryPath
- String
The path for the remote directory.
- Attributes