Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
BOOL Rename( LPCTSTR pstrExisting**, LPCTSTR** pstrNew );
Return Value
Nonzero if successful; otherwise 0. If the call fails, the Win32 function may be called to determine the cause of the error.
Parameters
pstrExisting
A pointer to a string containing the current name of the file to be renamed.
pstrNew
A pointer to a string containing the file’s new name.
Remarks
Call this member function to rename the specified file on the connected server.
The pstrExisting and pstrNew parameters can be either a partially qualified filename relative to the current directory or fully qualified. A backslash (\) or forward slash (/) can be used as the directory separator for either name. Rename translates the directory name separators to the appropriate characters before they are used.
CFtpConnection Overview | Class Members | Hierarchy Chart
See Also CInternetConnection