Mediachase FileUploader.NET 1.9 Framework Help

McFile.Move Method 

Moves a specified file to a new location, providing the option to specify a new file name.

[Visual Basic]
Public Shared Sub Move( _
   ByVal sourceStream As Stream, _
   ByVal destFileName As String _
)
[C#]
public static void Move(
   Stream sourceStream,
   string destFileName
);

Parameters

sourceStream
A source stream.
destFileName
The new path for the file.

See Also

McFile Class | Mediachase.FileUploader Namespace