'Declaration
Public Function Rename( _ ByVal originalFileNamePath As String, _ ByVal newFileNamePath As String _ ) As Boolean
public bool Rename( string originalFileNamePath, string newFileNamePath )
Parameters
- originalFileNamePath
- The fully qualified file name and path to rename
- newFileNamePath
- The new fully qualified file name and path
Return Value
True if a change was made to the collection, false otherwise.